Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SQL Comparison Tools

Tags:

sql

comparison

Which SQL comparison tool would you recommend for SQL server database comparisons. I've been looking at SQL Compare and SQL Delta. I'd like the ability to compare and sync database schema and data.

like image 601
David Ward Avatar asked May 21 '10 12:05

David Ward


People also ask

What is SQL Compare?

SQL Compare is a tool for comparing and synchronizing SQL Server database structures. It is used by over 150,000 database administrators, developers and testers. SQL Compare automates the process of distributing database changes made on a local database to testing, staging or live databases on remote servers.

How do I compare two SQL scripts?

Right-click on the right/left panel and click the Difference highlights option from the context menu. Go to the View tab in the main application window and click the Difference highlights button.

Which tool is used for data comparison?

Datanamic DataDiff is a powerful and easy-to-use utility for data comparison and synchronization. Compare data for selected tables in two databases, view differences and publish changes quickly and safely.


1 Answers

If you are working with Visual Studio Database edition or higher, you can do this straight inside Visual Studio. See the following link: http://www.vitalygorn.com/blog/post/2008/01/Handling-Database-easily-with-Visual-Studio-2008.aspx (dead link)

It's been in there since VS 2005.

like image 92
Rody Avatar answered Oct 03 '22 00:10

Rody