Hello
I am using sql 2000
I have systypes (data types table) for a database on one server and systypes for a database of the same name on another
Basically both servers should mirror each other
There are some slight discrepenices (missing User defined datatypes or slight differences in the type of a user defined data type)
How would I compare the 2, displaying only datatypes that differ?
Do I need to compare on every field or is there a quick way to compare the whole record?
Thanks
Damian.
I am using sql 2000
I have systypes (data types table) for a database on one server and systypes for a database of the same name on another
Basically both servers should mirror each other
There are some slight discrepenices (missing User defined datatypes or slight differences in the type of a user defined data type)
How would I compare the 2, displaying only datatypes that differ?
Do I need to compare on every field or is there a quick way to compare the whole record?
Thanks
Damian.