synchronization

  • 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

  • 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

  • Transactional Replication perhaps?

    CEWII

  • Elliott W (7/16/2009)


    Transactional Replication perhaps?

    CEWII

    Elliott,

    What about Merge replication for bi-directional synchronization.

    Tanx 😀

  • 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

  • Thank u all

  • Make sure you don't have any conflicting primary keys.

    Tanx 😀

  • 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.

Viewing 8 posts - 1 through 7 (of 7 total)

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