SQL Server: 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:34 UTC
        
        
        Read the original article
        Hit count: 203
        
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