How can we help you today? How can we help you today?
mjashton
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...
1 follower 1 comment 0 votes
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...
2 followers 3 comments 0 votes
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 ...
2 followers 3 comments 0 votes
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...
2 followers 4 comments 0 votes