How do I compare a View to Table with Different Name in a XML command line Script
StephanK
Posts: 1 New member
In the SQL Data Compare GUI, I successfully mapped a view to a table and specified a custom comparison key, is there a way I can specify this in the XML command line script, I only know how to compare a single table with the same name <include>Table:\[tName\]</include>
Or is there a way for me to export an XML command line script of the View to Table mappings with the comaprisonkey that I have already specified in SQL Data Compare.
Thanks.
Or is there a way for me to export an XML command line script of the View to Table mappings with the comaprisonkey that I have already specified in SQL Data Compare.
Thanks.
Tagged:
Answers
The easiest way is probably to save a project file from the GUI and then reference it in the command line using the /Project switch.
Here's the syntax you would need - https://documentation.red-gate.com/display/SDC13/Switches+used+in+the+command+line#Switchesusedinthecommandline-/Project
Redgate Software