Data Compare from Command Line using Visual Studio 2017

  • Thread starter Thread starter Kamalanathan Srinivas
  • Start date Start date
K

Kamalanathan Srinivas

Guest
Hello,

I am using Visual Studio Enterprise 2017 . I would like to automate the comparison of data between two databases and generate the output script of the results. This should be done from command line itself.

I have navigated to the path where devenv.exe exists and issued the command "Tools.NewDataComparison" along with the required parameters to compare the data between the databases. This command is launching the Visual Studio IDE and started comparing the databases. Later i have issued the command "SQL.DataCompareExportToFile" manually to export the results to an output script file

But I need a command such that the database data comparison can be run in background process and generate the final output result script so that i can enclose them into a batch script. Please suggest on how it can be done from command line

Thanks and Regards

A.K.Srinivas




Kamal

Continue reading...
 
Back
Top