Cmd Line bypass Synchronize all dependencies
mryhmln
Posts: 16
When I am running SQL Compare from the command line, I want to emulate the option of unchecking the "Synchronize all dependencies" option that I get in the "Review dependencies" step of the synchronization wizard when launching the SQL Compare GUI. Can you tell me the equivalent command line option(s) necessary to do this?
Comments
'Include Dependencies' is part of the 'default' options set. If you set the options explicitly using the /options switch, you can make sure you don't include this option.
I hope this helps.