vote up 0 vote down star

I need a free tool or some kind of tip/technique to compare the structure of two Microsoft SQL databases. Preferably MS SQL 2005.

The technique I tried to make work was generating scripts from both databases and then comparing the two files but SQL Server generates object in random order.

flag

5 Answers

vote up 2 vote down check

it's only free on trial for 14 days, but redgate sql compare is pretty good and easy to use.

link|flag
vote up 0 vote down

I use this tool: http://www.codeplex.com/ScriptDB on my dev database.

Then I check all the files into svn and diff the files generated to see what needs to be changed in my live database. Works for me.

link|flag
vote up 0 vote down

If you have Visual Studio 2008 (Database Edition) you can use that to compare SQL schemas.

Note that SQL Server 2008 support requires an update:

http://www.microsoft.com/downloads/details.aspx?FamilyID=bb3ad767-5f69-4db9-b1c9-8f55759846ed&displaylang=en

link|flag
vote up 0 vote down

Ditto for RedGate SQL Compare....I've used it extensively for very large and complex DBs and it did the trick every time.

link|flag
vote up 0 vote down

You can try Nob Hill's Database compare tool, for data and schema compare - cheaper than other tools .. :)

link|flag

Your Answer

Get an OpenID
or

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