maintain one table on more servers syncronized

  • i have 4 sql server all server has one table 'test'

    structure of 'test'table is same for all four servers.

    i need data of this tables synchronized for all this four server.

    generally users of server1 inserts data into test table of server1

    users of server2 inserts data into test table of server2

    (this procedure is same for all servers).

    I have tried these two

    1. i have try with tablediff utility.it generates syncronization script

    2. create a trigger on all four table on four server to syncronized all four server which uses link server created on all four servers.

    but i am not comfortable with any of solutions any one help?

  • I'd look into Merge Replication. I'd also look at Service Broker. Either will be better than cross-server triggers.

Viewing 2 posts - 1 through 2 (of 2 total)

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