SQL Server Object Comparison Tool

The SQL Server Object Comparison (SQLComp) tool is used to perform object comparisons across a subset of SQL Server object types: stored procedures, views, tables, publications, or articles. A user can compare a set of objects in a source database to a corresponding set of objects in a target database (the objects must have the same name and object type as the source and target databases), or a single source object to a target object of the same object type (the name of the source object may be different from the name of the target object in this case).

Server administrators will find this tool useful for troubleshooting system problems. Additionally, client/server application developers can use the SQL Server Object Comparison tool during development to debug and test applications written for SQL Server.

The tool supports comparisons for the following SQL Server object types: