-
Notifications
You must be signed in to change notification settings - Fork 0
Examples
David Elish edited this page Jul 6, 2018
·
13 revisions
Create or update the SqlResultsCompare database
This must be executed prior to the first comparison being executed and after an update is applied. At a command prompt, enter the following command:
SqlResultsCompare -i
Execute all comparisons in the SqlResultsCompare database
SqlResultsCompare
Execute all comparisons in the SqlResultsCompare database under a "Mailing List" category and with a filter applied
SqlResultsCompare -c "Mailing List" -f "LEFT(Last_Name,1) = 'A'"
Execute all comparisons in the SqlResultsCompare database and write the output to 'C:\OutputOverideDir' instead of the directory configured in App.config
SqlResultsCompare -o "C:\OutputOverideDir\"