Command line tool questions
rj-guerra
Posts: 7
Hi there,
is it possible to use the ".sdc" project file (generated in the GUI application) in the command line tool ?
I'm asking this because we need to perform data comparison on many tables and audit columns need to be skipped.
It would be much easier to configure this in the GUI and then pass the project file to the command line instead of having to specify a huge command.
Is it even possible to specify include/exclude columns in the command line arguments ?
Thanks in advance.
Cheers,
Ricardo
is it possible to use the ".sdc" project file (generated in the GUI application) in the command line tool ?
I'm asking this because we need to perform data comparison on many tables and audit columns need to be skipped.
It would be much easier to configure this in the GUI and then pass the project file to the command line instead of having to specify a huge command.
Is it even possible to specify include/exclude columns in the command line arguments ?
Thanks in advance.
Cheers,
Ricardo
Comments
which indicates we can use the project file as:
sqlcompare /project:"C:\SQLCompare\Projects\Widgets.scp"
Thanks a lot