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?
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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.