November 13, 2009 at 1:08 am
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?
November 13, 2009 at 7:52 am
I'd look into Merge Replication. I'd also look at Service Broker. Either will be better than cross-server triggers.
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply