How can I compare two database? find the difference and sync?
How can I compare two database? find the difference and sync?
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!
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.
Re: How can I compare two database? find the difference and sync?
BIG fan of the RedGate SqlCompare and SqlDataCompare products. :thumb: :wave:
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. :thumb: :wave:
Was just gonna mention them. RedGate does make some wonderful tools - some a tad expensive :D, but the Compare products are huge timer savers for anybody working with database development.
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 :D, 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...
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.