Command-line compare using project file
Dan Guzman
Posts: 20
I have a large and complex data compare project. Is there a way to use this project file directly from the command-line, or do I need to create a functionally identical XML file for this purpose?
Thanks,
Dan
Thanks,
Dan
Comments
You can use your project file from the command line by using the /Project switch and doing something similar to the following...
Redgate Software
Thanks,
Dan
I know /Export will create a csv file, but in the above example where is sql script file that will do the synchronizing?
Thanks
To generate a SQL synchronization script, use
Or to actually run the synchronization, use
Obviously you'll need to combine these arguments with the project file or source and target database arguments.
Redgate Software