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
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;





