Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SQL Table Structure Comparisons 1

Status
Not open for further replies.

oneworld

MIS
Sep 3, 1999
138
US
I am new to SQL server. Is there a quick and simple way to compare the structure of two tables on the same SQL server and also on two different SQL servers?

Oneworld


 
Easiest way is to script them and use sourcesafe.
If you need to do this it probably means you have an uncontrolled environment. I would suggest implementing something like this



======================================
Cursors are useful if you don't know sql.
DTS can be used in a similar way.
Beer is not cold and it isn't fizzy.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top