How to Run SQLDBDiffconsole.exe
Follow these steps to execute the SQLDBDiff tool:

1. Create a .cmd File
Create a new text file and save it with a .cmd extension (e.g., RunSqlDbDiff.cmd).

2. Add the Following Commands
Open the .cmd file in a text editor and add:

cd "d:\Path to SQLDBDiffconsole.exe and SqlDbDiff.XML"
(Replace d:\Path... with the actual directory where your files are located.)

3. Run SQLDBDiffconsole.exe
Add the appropriate command based on your authentication method:

For Windows Authentication:
SQLDBDiffconsole.exe SQLServerSource SourceDatabase NULL NULL Y SQLServerTarget TargetDatabase NULL NULL Y CompareResult.txt SyncScript.sql

For SQL Authentication:
SQLDBDiffconsole.exe SQLServerSource SourceDatabase User1 Pwd1 N SQLServerTarget TargetDatabase User2 Pwd2 N CompareResult.txt SyncScript.sql
(Replace placeholders like SQLServerSource, SourceDatabase, User1, Pwd1, etc., with your actual values.)

4. Execute the .cmd File
run the .cmd from windows prompt or
Double-click the .cmd file to run it (add pause cmd if necessary to check the output)

Check the generated files (CompareResult.txt and SyncScript.sql) for the comparison and synchronization results.
