How can we help you today? How can we help you today?
aolcot
Hi thu, You can use the parameters /s1 and /s2 to point to different instances e.g. SQLCOMPARE /s1:mysqlserver\instance1 /s2:mysqlserver\instance2 /db1:mydb1 /db2:mydb2 Hope this helps. / comments
Hi thu, You can use the parameters /s1 and /s2 to point to different instances e.g. SQLCOMPARE /s1:mysqlserver\instance1 /s2:mysqlserver\instance2 /db1:mydb1 /db2:mydb2 Hope this helps.
0 votes
Exit code 64 from SQL compare means "General command-line usage error" Now looking at the error, I think SSIS has specified the entire command line within double quotes. Could that be linked to the problem? / comments
Exit code 64 from SQL compare means "General command-line usage error" Now looking at the error, I think SSIS has specified the entire command line within double quotes. Could that be linked to the...
0 votes
Unless I have misunderstood your question, but wouldn't you want to version control the data within the base tables instead seeing as a view is just something referencing those base tables. / comments
Unless I have misunderstood your question, but wouldn't you want to version control the data within the base tables instead seeing as a view is just something referencing those base tables.
0 votes
I believe that this exit error is raised when everything is identical, but it can be suppressed by using the /include:identical setting / comments
I believe that this exit error is raised when everything is identical, but it can be suppressed by using the /include:identical setting
0 votes