Database Comparison for SS2K5

  • Hey all 🙂

    I'm working in an SQLServer 2005 environment where we have a production and development database.

    Till recently we have been using a trail version of SQL Delta 4 to do Database Comparison between Production and Development databases. The company has decided not to purchase a license for SQL Delta till end of the year.

    So ... now I'm kinda stuck.

    It seems funny that Microsoft did not include a Database Comparison tool in SQLServer 2005.

    Does anybody know of a cheap(free if possible) yet efficient method of comparing databases.

    The basic comparison I mostly use is New and Changed Tables, Relationships, Stored Procedures, Views and Functions.

    [font="Courier New"]-----------------------------------------------------------------------------------------------------------------------
    😀 Arguing with Programmers are like wrestling a pig in mud, soon you realize the pig is enjoying it. 😀
    -----------------------------------------------------------------------------------------------------------------------[/font]

  • Redgate do a similar tool, not sure about the price though, in comparison.

    this link might help

    http://weblogs.sqlteam.com/mladenp/archive/2007/11/20/Free-SQL-Server-tools-that-might-make-your-life-a.aspx

    --------------------------------------------------------------------------------------
    [highlight]Recommended Articles on How to help us help you and[/highlight]
    [highlight]solve commonly asked questions[/highlight]

    Forum Etiquette: How to post data/code on a forum to get the best help by Jeff Moden[/url]
    Managing Transaction Logs by Gail Shaw[/url]
    How to post Performance problems by Gail Shaw[/url]
    Help, my database is corrupt. Now what? by Gail Shaw[/url]

  • Inexpensive, Red Gate's SQL Compare. Fantastic tool.

    "The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
    - Theodore Roosevelt

    Author of:
    SQL Server Execution Plans
    SQL Server Query Performance Tuning

  • Thanks guys

    OpenDBiff will do for know till the managers decide we can purchase SQL Delta.

    OpenDBiff ain't the best I've seen but its free and at least I can see what objects needs to be moved/altered in the Production DB.

    [font="Courier New"]-----------------------------------------------------------------------------------------------------------------------
    😀 Arguing with Programmers are like wrestling a pig in mud, soon you realize the pig is enjoying it. 😀
    -----------------------------------------------------------------------------------------------------------------------[/font]

  • Microsoft included tablediff in the product, however this isn't necessarily a trivial task. It takes some time and effort to get it working right.

    I work for Red Gate, but I'd suggest that if it's a big deal, Apex, Red Gate, any of the vendors are worth the investment to save yourself some time. Or let things slow down and have management realize that they aren't saving $$ by not investing in tools.

Viewing 6 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic. Login to reply