Activity overview
Latest activity by JohnStevensBI
It was my error, I entered the project file extension incorrectly in the command line. / comments
It was my error, I entered the project file extension incorrectly in the command line.
Command line project file not found
"C:Program Files (x86)Red GateSQL Data Compare 11sqldatacompare" /Project:"project.scp"
Error: The specified project file 'project.scp' does not exist. Reported error: Could not find file 'E:Pro...
Command line not detecting differences
My command line script, shown below, does not detect differences between two tables that have different data sets. Specifically, the table on server1 has more rows than its counterpart on server2.
...
Yes, it does, and I am suggesting that the wording of the documentation changed from "includes" to "equals", as these have two different meanings and the second is more accurate.
Thank you for your assistance. / comments
Yes, it does, and I am suggesting that the wording of the documentation changed from "includes" to "equals", as these have two different meanings and the second is more accurate.
Thank you for your...
Thank you for the clarification Anu.
/Include:table:[Product]
specifies that you want to compare only the table that has a name that includes the string [Product]
Could this statement accurately be read as "only the table that has a name that equals the string [Product]"? / comments
Thank you for the clarification Anu.
/Include:table:[Product]
specifies that you want to compare only the table that has a name that includes the string [Product]
Could this statement accurately...
Command Line Table wild card
When I use the following options in a command line execution to synchronize two databases, DataCompare synchronizes all tables beginning with the specified table name.
So for example this:
/Synchr...