Reputation: 1157
Is it possible to generate only diff script using SQLCompare from Red Gate SQl Compare?
In our database sync scenario we will use SQLCompare to generate diff script and will use Tarantino for applying scripts. I've played a little with sqlcompare but not found a way to generate only diff script, without sync databases.
Thanks
Upvotes: 3
Views: 296
Reputation: 331
The obvious answer with SQL Compare command-line is to use the /sf: argument to specify an output file and do not specify /sync. But it appears you are possibly running into some other issue which is not described here.
Upvotes: 0