Posts
Sort by recent activity
Service Broker is not a programmable object?
I'm just starting out using SCA (already been using SSC) and importing my existing database, but ran into a problem with the default options when the database makes use of Service Broker Queues.The...
Database.SaveToFolder doesn't include 'Data' folder?
I am doing the following, for experimentation purposes:var targetDb = new Database();
targetDb.RegisterForDataCompare(options.DbDirectory.FullName,null,Options.Default);
var dbInfo = targetDb.DbInf...
Are there any options for how to script out the data synchronisation script?
I can't find any options for how the script created by
provider.GetMigrationSQL
is structured. For example, with Schema Compare scripts you can specify options for
DropAndCreateInsteadOfAlter
to ...
Why is migration script no longer being used for deployment
Our Source Control has a single migration script, created to handle the change of data-type to a field in a single table. Initially when using SQL Compare to create deployment scripts this migratio...