A question came up on the forums the other day that a person wanted to compare two tables of data. Doing this is pretty easy using several techniques: Using EXCEPT Using NOT EXISTS Using a FULL OUTER JOIN First two sample tables which represent two sets
Read More...