Comments
1 comment
-
Docs at:
https://documentation.red-gate.com/sc13/using-the-command-line/switches-used-in-the-command-line
Something like this should do the trick:
sqlcompare /Scripts1:"C:\whatever\path\you\type\in\SQLSourceControl\Setup\tab" /Scripts2:"C:\whatever\other\path\you\type\in\SQLSourceControl\Setup\tab" /scriptFile:"C:\Scripts Folder\WidgetSyncScript.sql"
What's the use case? You might find DLM Automation/PowerShell is a better option for you.
Add comment
Please sign in to leave a comment.
I need to use sql compare from command line. What is the command for compare two local git repositories and generate a migration script?