Easiest Way To Diff Two Table Schemas In SQL Server 2008?

I’m a fan of SQL DBDiff, which is an open source tool you can use to compare tables, views, functions, users, etc. of two instances of SQL Server databases and generate a change script between the source and destination databases.

Leave a Comment