Comments
2 comments
-
I believe you are missing the synchronize switch.
/Synchronize
Alias: /sync
Deploys the data after comparison.
http://documentation.red-gate.com/displ ... mmand+line
You command will become
"C:\Program Files (x86)\Red Gate\SQL Data Compare 10\sqldatacompare.exe" /Project:"c:\DTS Executables\RedgateScripts\MyProject.sdc" /include:identical /sync -
Awesome! I knew it was something simple I was missing. I'll add that and give it a go.
Thanks for the quick reply.
Add comment
Please sign in to leave a comment.
I'm currently using the the following syntax:
"C:\Program Files (x86)\Red Gate\SQL Data Compare 10\sqldatacompare.exe" /Project:"c:\DTS Executables\RedgateScripts\MyProject.sdc" /include:identical
Thanks in advance.