I noticed in premium edition Data menu with Data Compare option which does everything I need. Just wondering whether there is a way to automate what's done in GUI from my application. Ideally I'd like to get collections of different/left/right rows
Asked
Active
Viewed 2,460 times
2 Answers
1
Start here with VSDBCMD.EXE. Then see Schema Compare DTE Commands.
I suspect something like
devenv /Command Data.NewSchemaComparison [/ProviderType ConnectionBased | ProjectBased | FileBased] [/ConnectionString connection] | [/DatabaseName databaseName] | [/ConnectionName name] | [ProjectName proj] | [/FileName fileName] [/DspFamily family][ProviderType ConnectionBased | ProjectBased | FileBased] [/ConnectionString connection] | [/DatabaseName databaseName] | [/ConnectionName name] | [ProjectName proj] | [/FileName fileName] [/DspFamily family]
I'm hoping that there is a similar command for Data Compare.

Preet Sangha
- 64,563
- 18
- 145
- 216
-
I am primarily interested in Data not Schema comparison. – MicMit May 06 '10 at 09:40
1
In this blog I’ll lead you through the various parameters for the “Data.NewDataComparison” ...

Glorfindel
- 21,988
- 13
- 81
- 109

Darragh
- 2,526
- 1
- 23
- 31