Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
roel_vz
Starting Member
16 Posts |
Posted - 2008-03-14 : 06:59:49
|
I have merge replication set with with one publisher and three subscribers (push subscription). From time to time I get the following in the conflict table:"The same row was updated at both 'Publisher.database' and 'Subscriber.database'. The resolver chose the update from 'Publisher.database' as the winner"This is weird because the UPDATE only happend at the given subscriber. I checked the publisher and all other subscribers and there was never an UPDATE on this table. Also, the update at the publisher was actually the record that was already present.I'm kinda stuck here. Any help or comments are greatly appreciated. |
|
sodeep
Master Smack Fu Yak Hacker
7174 Posts |
Posted - 2008-03-14 : 09:40:41
|
See conflict resolvers in Merge Replication. |
|
|
|
|
|