Groups | Blog | Home
all groups > sql server replication > august 2007 >

sql server replication : Missing data following replication session



markeboy
8/29/2007 4:48:01 PM
I have had an instance where certain rows have disappeared from the main
server following a replication session.

We are using Merge (pull) subscriptions using SQL2K standard as publisher
and MSDE as the subscriber.

The records that went messing are all in the tombstone with a reason of
"system delete".

I have eliminated the application that sits over this data from causing
this, and based on the timing of the replication merge session, and based on
when the data disappeared, replication seems to be the cultprit.

Not all associated records were lost, only from 4 from 11 tables. The date
range of records affected appear to be records entered immediately before the
very frist replication sesssion and the next one (16 days later). The
subscriptions are set to never expire.

What in the pull merge replication model could cause a catastrophy like this
Hilary Cotter
8/30/2007 10:24:04 AM
Check the conflict viewer and if these rows exist there Set
compensate_for_errors =false.

Also set keep_partition_changes to true.

--
RelevantNoise.com - dedicated to mining blogs for business intelligence.

Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html

Looking for a FAQ on Indexing Services/SQL FTS
http://www.indexserverfaq.com
[quoted text, click to view]

AddThis Social Bookmark Button