locked
synchronize and compare two database in real time RRS feed

  • Question

  • how to synchronize and compare two database in sql server 2000 without using any others software in real time.

    my purpose is to check the two database in two different server if there has any different. And synchronize these two database continusly.

    if one database had change, the other will also change

    Thursday, September 7, 2006 9:47 AM

Answers

  • Replication is exactly what you need. Take a little time to discover the power of this feature (which comes with sql server 2000). In the express edition you can only make subscribers (the databases that will be synchronized), in the 'normal' edition you can also make publishers (databases that subscribers subscribe to :) )
    Thursday, September 7, 2006 1:45 PM
  • If you use replication, it also has built-in validation that you can use.
    Thursday, September 7, 2006 9:17 PM

All replies

  • Replication is exactly what you need. Take a little time to discover the power of this feature (which comes with sql server 2000). In the express edition you can only make subscribers (the databases that will be synchronized), in the 'normal' edition you can also make publishers (databases that subscribers subscribe to :) )
    Thursday, September 7, 2006 1:45 PM
  • If you use replication, it also has built-in validation that you can use.
    Thursday, September 7, 2006 9:17 PM