vote up 3 vote down star

Has someone experience with database comparison tools? Which one you would recommend?

We are currently using "SQLCompare" from Redgate, but I am curious to know if there are better tools on the market.

The main requirement is that they should be able to compare scripts folder against a live database.

Thanks, Dimi

flag

7 Answers

vote up 0 vote down

Hi.

You can try this comparison tool, its good for SQL, and working with MySQL as well.

link|flag
vote up 0 vote down

I really like the Apex SQL tools - it's always a bit of a toss-up whether I prefer the Red-Gate or the Apex tool for the same job :-)

Cheers, Marc

link|flag
vote up 0 vote down

Nice compare tool is inside TOAD for SQL server. It was standalone free application, but now it is only part of full package. But you can try beta version. You can make snapshot of structure and anytime compare live server against snapshot.

link|flag
vote up 0 vote down

Hello Dimi,

I work for Innovartis and we make DB Ghost which is something you may want to look at. It can do what you want - compare scripts to a database. It can do this in a single step using the change manager by building and comparing. It is very, very fast. Building the database also gives you the added benefit of dependency checking of the database just in case someone has broken one piece of database code by changing or introducing another. We believe the software offers a way to manage database changes quickly and cost effectively and combined with your source control can give you total control. Like team system but much, much cheaper.

Script, Build, Compare, Upgrade, Create a change script, Deploy, & Copy database function which is free. www.dbghost.com

link|flag
vote up 0 vote down

I've been using the AdeptSQL tool for many years and have been very impressed. They have very good support too, and last time I looked they were reasonably priced.

link|flag
vote up 3 vote down

SQL Compare is pretty good. I've also used SQL Delta which provided better delta scripts. Also if you are a visual studio user, Visual Studio Team System Database Edition is not a bad way to go (includes MSBuild tasks to automate your DB builds and versioning). And VSTS DB (aka data dude) is also free now if you are licensed for VSTS Developer edition.

link|flag
vote up 2 vote down

SQL Compare by Redgate is the best tool I've used for db compare.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.