Re: "publisher always wins conflict" resolver? (for merge replication under SQL 2000)
- From: "tbh" <femdev@xxxxxxxxxxxxxxxxx>
- Date: Mon, 12 May 2008 08:16:47 +0200
thanks, Hilary, i appreciate your effort.
if i understand your example correctly, you do updates on two subscribers
that lead to conflicts. that makes sense. however, in our case, updates
should happen only on the publisher. we do a single insert at the publisher
which leads to a conflict.
is it possible to run a utility to check what is broken here? (e.g. one that
checks DB consistency across publisher and subscriber?) presumably the
problem might go away if we rebuilt the replication (though I'm skeptical,
since the problem happens on any of the subscribers.) moreover, this is a
major operation which typically requires an admin to work for many hours and
it's a huge drag on the databases.
cheers, Tim
"Hilary Cotter" <hilary.cotter@xxxxxxxxx> wrote in message
news:08E78265-7ACB-4DB8-A62A-C951C8B2AE0F@xxxxxxxxxxxxxxxx
Oops, bad example - this one shows the publisher winning.....
update sub1.dbo.doc set charcol='sub1 - 1'
waitfor delay '00:00:10'
update sub2.dbo.doc set charcol='sub2 - 1'
waitfor delay '00:00:10'
update pub.dbo.doc set charcol='pub - 1'
GO
.
- Follow-Ups:
- References:
- "publisher always wins conflict" resolver? (for merge replication under SQL 2000)
- From: tbh
- Re: "publisher always wins conflict" resolver? (for merge replication under SQL 2000)
- From: Hilary Cotter
- Re: "publisher always wins conflict" resolver? (for merge replication under SQL 2000)
- From: tbh
- Re: "publisher always wins conflict" resolver? (for merge replication under SQL 2000)
- From: Hilary Cotter
- Re: "publisher always wins conflict" resolver? (for merge replication under SQL 2000)
- From: tbh
- Re: "publisher always wins conflict" resolver? (for merge replication under SQL 2000)
- From: Hilary Cotter
- "publisher always wins conflict" resolver? (for merge replication under SQL 2000)
- Prev by Date: RE: Pull subscription from SQL2k5E
- Next by Date: DB Returning "Duplicate ID" errors after replication
- Previous by thread: Re: "publisher always wins conflict" resolver? (for merge replication under SQL 2000)
- Next by thread: Re: "publisher always wins conflict" resolver? (for merge replication under SQL 2000)
- Index(es):
Relevant Pages
|