MSSQL. Compare columns in two tables.
Posted
by maxt3r
on Stack Overflow
See other posts from Stack Overflow
or by maxt3r
Published on 2010-03-11T20:05:52Z
Indexed on
2010/03/11
20:09 UTC
Read the original article
Hit count: 181
Hi, i've recently done a migration from a really old version of some application to the current version and i faced some problems while migrating databases.
I need a query that could help me to compare columns in two tables. I mean not the data in rows, i need to compare the columns itself to figure out, what changes in table structure i've missed.
© Stack Overflow or respective owner