|
|
|
SSC Veteran
      
Group: General Forum Members
Last Login: Wednesday, January 16, 2013 1:22 AM
Points: 229,
Visits: 294
|
|
Hi All
I need some help to synchronize two MS SQL databases. The databases are located one in Local server and the other one in the web server. We need bi- directional synchronization of the databases. Is any solution to synchronize two databases in the SQL server. I need some expert advices
Thnx in advance Milesh
|
|
|
|
|
SSCrazy
      
Group: General Forum Members
Last Login: Thursday, May 02, 2013 2:32 AM
Points: 2,236,
Visits: 3,620
|
|
MJ (7/16/2009)
We need bi- directional synchronization of the databases. Is any solution to synchronize two databases in the SQL server.
Can you have a look at peer to peer replication offered in sql server 2005's enterprize edition and see if it suits your requirement.
Pradeep Singh
|
|
|
|
|
SSCertifiable
       
Group: General Forum Members
Last Login: Wednesday, April 24, 2013 12:02 PM
Points: 5,854,
Visits: 4,873
|
|
Transactional Replication perhaps?
CEWII
|
|
|
|
|
SSCommitted
      
Group: General Forum Members
Last Login: Tuesday, May 21, 2013 4:19 AM
Points: 1,593,
Visits: 1,025
|
|
Elliott W (7/16/2009) Transactional Replication perhaps?
CEWII
Elliott,
What about Merge replication for bi-directional synchronization.
Tanx
|
|
|
|
|
SSCertifiable
       
Group: General Forum Members
Last Login: Wednesday, April 24, 2013 12:02 PM
Points: 5,854,
Visits: 4,873
|
|
I would think that could work.
If you go down that path sit down and desing out your replication before you start trying to implement it though. I have had much better experiences when I do this.
CEWII
|
|
|
|
|
SSC Veteran
      
Group: General Forum Members
Last Login: Wednesday, January 16, 2013 1:22 AM
Points: 229,
Visits: 294
|
|
|
|
|
|
SSCommitted
      
Group: General Forum Members
Last Login: Tuesday, May 21, 2013 4:19 AM
Points: 1,593,
Visits: 1,025
|
|
Make sure you don't have any conflicting primary keys.
Tanx
|
|
|
|
|
SSC Veteran
      
Group: General Forum Members
Last Login: Monday, April 30, 2012 11:15 PM
Points: 295,
Visits: 109
|
|
| If not intrested in replication you can use triggers and TSQL scripts in SQL jobs to keep your databases in sync.Though it would be good only if you are comfortable with TSQL.
|
|
|
|