Activity overview
Latest activity by LukeRogers
My servers are currently on 10 but I am able to test on 11 to upgrade if necessary.
When I try the /AssertIdentical flag with version 11 I get the following error:
Error: The /assertidentical switch cannot be used in conjuntion with the /synchronize switch.
I was hoping to have everything handled in one step but if I need two steps (check if there are changes, if so, synchronize) I'm okay with it, I just don't know how to do it. Any ideas? / comments
My servers are currently on 10 but I am able to test on 11 to upgrade if necessary.
When I try the /AssertIdentical flag with version 11 I get the following error:
Error: The /assertidentical swit...
SQL Compare Command Line w/Filter
As part of my CI build I need to sync only the Views and to do this I am using a saved Filter. Here is the command I am running:
SQLCompare.exe /database1:DB1 /s1:SERVER /database2:DB2 /s2:SERVER /...