What is best tool to compare two SQL Server databases (schema and data)?

Tomasz Smykowski picture Tomasz Smykowski · Mar 26, 2009 · Viewed 413.3k times · Source

I would like to compare two SQL Server databases including schema (table structure) and data in tables too. What is best tool to do this?

Answer

Konstantin Tarkus picture Konstantin Tarkus · Mar 26, 2009

I use schema and data comparison functionality built into the latest version Microsoft Visual Studio 2015 Community Edition (Free) or Professional / Premium / Ultimate edition. Works like a charm!

img

http://channel9.msdn.com/Events/Visual-Studio/Launch-2013/VS108

Red-Gate's SQL data comparison tool is my second alternative:

img
(source: spaanjaars.com)