SQL Server: How to get the Table Column Differences?

In this post, I am sharing few scripts for getting the column differences of the similar table in SQL Server. If your table has a number of columns like more than 100, it is very difficult to compare the column with another same table. Mostly, we are doing this kind of comparison between production database … Continue reading SQL Server: How to get the Table Column Differences?