CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 7 of 7
  1. #1
    Join Date
    Jul 2008
    Posts
    2

    How can I compare two database? find the difference and sync?

    How can I compare two database? find the difference and sync?

  2. #2
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: How can I compare two database? find the difference and sync?

    to what from what, and which db? there are too many possibilities to have to guess!
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

  3. #3
    Join Date
    Sep 2006
    Posts
    95

    Re: How can I compare two database? find the difference and sync?

    There are many tools available for this, both commercial and non-comercial. The one we use over here at my work is made by a company called RedGate. It allows you to compare database structures and copy those, aswell as the data contained in the database.
    Ofcourse this tool was specificly written for MS SQL 2000 ( and a different version also for 2005 ), so this one might not work well for you.
    Try googling.
    On Error Kill(User)

  4. #4
    Join Date
    Mar 2002
    Location
    St. Petersburg, Florida, USA
    Posts
    12,125

    Re: How can I compare two database? find the difference and sync?

    BIG fan of the RedGate SqlCompare and SqlDataCompare products.
    TheCPUWizard is a registered trademark, all rights reserved. (If this post was helpful, please RATE it!)
    2008, 2009,2010
    In theory, there is no difference between theory and practice; in practice there is.

    * Join the fight, refuse to respond to posts that contain code outside of [code] ... [/code] tags. See here for instructions
    * How NOT to post a question here
    * Of course you read this carefully before you posted
    * Need homework help? Read this first

  5. #5
    Join Date
    Feb 2005
    Location
    Denmark
    Posts
    742

    Re: How can I compare two database? find the difference and sync?

    Quote Originally Posted by TheCPUWizard
    BIG fan of the RedGate SqlCompare and SqlDataCompare products.
    Was just gonna mention them. RedGate does make some wonderful tools - some a tad expensive , but the Compare products are huge timer savers for anybody working with database development.

  6. #6
    Join Date
    Mar 2002
    Location
    St. Petersburg, Florida, USA
    Posts
    12,125

    Re: How can I compare two database? find the difference and sync?

    Quote Originally Posted by Alsvha
    Was just gonna mention them. RedGate does make some wonderful tools - some a tad expensive , but the Compare products are huge timer savers for anybody working with database development.
    Depending on how you value your time....

    I find them quite inexpensive...
    TheCPUWizard is a registered trademark, all rights reserved. (If this post was helpful, please RATE it!)
    2008, 2009,2010
    In theory, there is no difference between theory and practice; in practice there is.

    * Join the fight, refuse to respond to posts that contain code outside of [code] ... [/code] tags. See here for instructions
    * How NOT to post a question here
    * Of course you read this carefully before you posted
    * Need homework help? Read this first

  7. #7
    Join Date
    Jul 2008
    Posts
    2

    Re: How can I compare two database? find the difference and sync?

    I found "SQL Delta" and "D-Softs DBC" are good tools for compare.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured