$595

($744 including support & upgrades)

  • Download 14-day free trial
  • Create a quote for SQL Comparison SDK
  • Add SQL Comparison SDK to shopping cart
SQL Comparison SDK box shot

SQL Comparison SDK

Walk-through: Using Red Gate APIs

This walk-through will show you:

  • Using the SQL Compare API to automate comparison and synchronization tasks
  • Features in the SQL Comparison SDK
  • Building your application
Stop walk-through

Step 3: Create a license file

Create license file

To be able to redistribute an application to end-users, assuming you have a valid SQL Comparison SDK license, you need to create a license file.

To do this, create an empty file called "licenses.licx" and then add into it an entry for the class:

RedGate.SQLCompare.Engine.Database

We need to add a couple of lines at the start of the code to indicate that the two assemblies are being used:

using System;
using RedGate.SQL.Shared;
using RedGate.SQLCompare.Engine;