I recently had a situation where I needed to compare table columns between the production table and a test/development table. Chances are if I needed to do it someone else will to. I like using the EXCEPT SET OPERATOR. Some people might prefer to use an OUTER JOIN to determine the column differences. With the [...]