Compare the Contents (data) of Two Tables
An application developer asked me if there was an option in SQL Server to compare the contents/data of two tables without having to create a custom application. There are various third party tools that can achieve this target however SQL Server comes with an out-of-the-box solution.
[Read More]