Object Compare
How to: Compare SQL Server 2000 objects

Database Instance Connection Details

Object compare attempts to connect to the database instance in the following order:

  1. Tries to connect using registered server authentication
  2. If 1 is unsuccessful then, tries to connect using windows authentication 
  3. If 2 is unsuccessful then, a login dialog will appear to allow user to enter authentication details

It should be noted that the User authentication dialog will not apear when running a comparison as a console application.  If the instance cannot be connected to via registered server or windows authentication then no comparison will be completed.

To compare two Instances using Registered Server authentication (where the instance password is stored in the registered server):

To compare two Instances using User authentication

NB: It should be noted that the User authentication dialog will not apear when running a comparison as a console application.  If the instance cannot be connected to via registered server or windows authentication then no comparison will be completed.