up vote 22 down vote favorite
18
share [g+] share [fb]

Any tools as useful as these?

link|improve this question

74% accept rate
feedback

9 Answers

up vote 20 down vote accepted

Open DBDiff

link|improve this answer
am I the only one that feels like that program is hugely broken. I couldn't get it to do anything more than very trivial table changes for me. All the other scripts it generated were defective in some way or it ignored my filtering (for instance, it will always drop random constraints) – Earlz Aug 25 '11 at 16:50
feedback

There are a lot of open-source tools (NUnit comes to mind and TortoiseSVN) that make life easier, are of very high quality and are free. Sometimes, though, you just have to recognize that this is your livelihood and that you'll have to bite the bullet and invest in yourself. The trick, then, is to make sure you only spend money on tools that really do provide value.

In the case of SQL Compare, specifically, all I can tell you is that I used to spend hours and hours of time verifying and executing DDL upgrade code before each new release of our web product. After getting SQL Compare, that entire category of work has been almost completely taken off of my plate. Outside of my reporting tool, it is the most useful tool in my kit.

link|improve this answer
2  
I vote this up, but to make an argument that Redgate is as good as free, you'd have to do an cost benefit analysis that includes the cost of labor. A free diff tool + lots of labor might be more expensive than paid Redgate with nearly zero labor. Which has been my experience as well. That doesn't change I've worked on many teams where paid labor was treated as free and money for tools rationed to the point of nonexistance. – MatthewMartin Aug 25 '11 at 17:16
feedback

look at this list of Free Tools for SQL Server. you'll definitely find something worth your while there

link|improve this answer
feedback

You can also use Visual Studio Team System for Datatabase Prefessionals. Certainly not free, but worth your time if you happen to have an MSDN Universal license.

link|improve this answer
feedback

I know ApexSQL have a free trial - it's worth a try if you're in imediate need of making a compare ;)

http://www.apexsql.com/

link|improve this answer
feedback

I've been looking for the same thing for a while, but couldn't find any tool that's as easy to use as RedGate SQL Toolbelt. I end up buying it, it was a money well spent!

link|improve this answer
feedback

Well, our own SQL comparison tool (dbForge Schema Compare for SQL Server) is not a free one, but i think you might be interested in opportunity of getting a free license, just refer to free license conditions page.

link|improve this answer
feedback

http://www.xsqlsoftware.com/ xSQL Software has a FREE LITE edition of xSQL Object

xSQL Object Compare and Synchronize Database Schema

FREE LITE EDITION

One of the fastest, most robust SQL Server database schema comparison and synchronization tools in the market.

*
  Sql Server cross version comparison and synchronization
*
  Safe, standardized, version-specific scripts
*
  xSQL Object Command Line utility
link|improve this answer
This is a great tool, that I've been using for ages. Wish they add support for SQL 2008 already – Radu094 Nov 15 '09 at 17:25
feedback

I've tried SQLDbDiff and it worked for me. It's free(not open source) for the most useful set of database compares and costs $60 to compare more than 2 databases, users, and permissions, data, and a few other things. The free version worked perfectly for me. We actually have one computer licensed with SqlCompare. So we ran SqlDbDiff and then ran SqlCompare to make sure it did everything right and it did. Also, our database comparisons aren't too trivial. We use a lot of stored procedures, triggers, and such. Best free database comparison tool I've seen. I barely even had to massage the synchronization script

I tried OpenDbDiff and thought it looked promising but it didn't work for me at all. There was no way to generate anything less than "one huge script" there was no tell it to ignore certain fields without stepping through 3 dialogs(ie, a ton of clicking for such a trivial operation). It always dropped random constraints and tried to add them back in. It always used CREATE even when an object exists(except for tables). The Save/New/Open Project buttons do nothing. The installer doesn't even give you start menu icons and installs it into Program Files which causes the program to have problems with UAC in Windows 7(due to a SqlLite database). I even went so far as to compile the source to see if it'd be any better for the latest update and it was still utterly broken. Don't waste your time until this open source project has had some serious work

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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