Click to Rate and Give Feedback
TechNet
TechNet Library
SQL Server
SQL Server 2005
 MSmerge_errorlineage (Transact-SQL)
Community Content
In this section
Statistics Annotations (0)
Collapse All/Expand All Collapse All
SQL Server 2005 Books Online (November 2008)
MSmerge_errorlineage (Transact-SQL)

The MSmerge_errorlineage table contains rows that have been deleted at the Subscriber, but whose delete is not propagated to the Publisher. This table is stored in the publication and subscription databases.

Column name Data type Description

tablenick

int

The integer value assigned to the table that is published for merge replication. Corresponds to the nickname field in the sysmergearticles table.

rowguid

uniqueidentifier

The row identifier.

lineage

varbinary(501)

Stores a history list of which Subscribers and Publishers have made updates to a row. It is used to detect and resolve conflict situations.

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2012 Microsoft. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker