This topic describes how to compare two snapshots, and a snapshot with a database using the command line.
To compare two database snapshots from the command line, do the following:
Click Start, and type cmd in the Run line. Press ENTER. The Command Prompt opens.
Type a path to the dbforgesql.com file (note that the .com extension can be omitted in the command line), located in dbForge Studio for SQL Server installation folder on your PC, and press the space bar.
"C:\Program Files\Devart\dbForge Studio for SQL Server\dbforgesql.com"
C:\Program Files\Devart\dbForge Studio for SQL Server>dbforgesql.com /schemacompare /source snapshot:"d:\test\source.snap" /target snapshot:"d:\test\target.snap"
Tip: To obtain information on switches, type the following in the command line:
C:\Program Files\Devart\dbForge Studio for SQL Server>dbforgesql.com
More examples can be obtained by typing the following:
C:\Program Files\Devart\dbForge Studio for SQL Server>dbforgesql.com /schemacompare /?
To compare a snapshot with a database from the command line, do the following:
"C:\Program Files\Devart\dbForge Studio for SQL Server\dbforgesql.com"
C:\Program Files\Devart\dbForge Studio for SQL Server>dbforgesql.com /schemacompare /source snapshot:"D:\snapshot\snapname.snap"
/target connection:"Data Source=DBMSSQL\MSSQL2012;Integrated Security=False;User ID=yourusername;database=AdventureWorks"
Download dbForge Studio for SQL Server and try it absolutely free for 30 days!