Sync Tables

  • Hi Experts,

    Is there anyway to sync few tables of two live databases which are hosted in different servers?

    TIA

  • How often does the tables need to be merged?

  • Ratheesh.K.Nair (11/17/2015)


    Hi Experts,

    Is there anyway to sync few tables of two live databases which are hosted in different servers?

    TIA

    Is that a two-way sync?

    If you haven't even tried to resolve your issue, please don't expect the hard-working volunteers here to waste their time providing links to answers which you could easily have found yourself.

  • Thanks Anthony.

    Every 10 minutes.

  • Phil Parkin (11/17/2015)


    Ratheesh.K.Nair (11/17/2015)


    Hi Experts,

    Is there anyway to sync few tables of two live databases which are hosted in different servers?

    TIA

    Is that a two-way sync?

    Thanks Phil,

    Yes it ha to be two way or some and one way for other a few.

  • Sounds like merge replication may be the best option

  • Using MERGE is your best option. You can control each of the conditions

  • MERGE is good, but difficult to manage with key conflicts etc.

    You may have to redesign your identity ranges on each table, or put a method together on how you are going to deal with conflicts.

  • johnwalker10 (11/17/2015)


    Using MERGE is your best option. You can control each of the conditions

    I can't see MERGE working in a two-way sync solution, unless there are never any deletions and there are no identity columns ... then, maybe.

    Anthony's suggestion of merge replication would work, but it's s sledgehammer. If it were me, I would think of using Change Tracking.

    If you haven't even tried to resolve your issue, please don't expect the hard-working volunteers here to waste their time providing links to answers which you could easily have found yourself.

  • Phil Parkin (11/18/2015)


    I would think of using Change Tracking.

    Always forget about CDC, just one of them things I have never used so never crosses my mind.

  • anthony.green (11/18/2015)


    Phil Parkin (11/18/2015)


    I would think of using Change Tracking.

    Always forget about CDC, just one of them things I have never used so never crosses my mind.

    I've used it only once, placing me just slightly ahead of you in the knowledge stakes 🙂

    Note: CDC and CT are different.[/url]

    CT is more lightweight and may be adequate in this situation.

    If you haven't even tried to resolve your issue, please don't expect the hard-working volunteers here to waste their time providing links to answers which you could easily have found yourself.

  • Thanks for that link, will take a look more into CT then

  • Thanks Anthony, Phil and John.

    New to me that CDC and CT will help update data between two tables. Thanks Again Phil.

Viewing 13 posts - 1 through 12 (of 12 total)

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