Object Compare
How to: Customize a SQL Server 2005 comparison using Rules


By default, Object Compare determines if SQL Servers are different by comparing all objects and properties in the schema (Tables, Views, Columns, Primary Keys etc) and most properties of those objects.

Rules determine how Object Compare distinguishes important objects and properties from unimportant objects and properties. For example, if you were only interested in Column changes from one schema to another, you could create a rule restricting Object Compare to only compare Column objects in the database schemas. This reduces the number of objects compared, keeps the display output free from noise and greatly improves the performance of the comparison.

To create a Rule targeting SQL Server Non-System Tables:

To apply the Rule to the current Workspace, select the newly created Rule from the Rule drop down list in the main window.