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.

See Also

Reference

Replication Views (Transact-SQL)

Concepts

Replication Tables (Transact-SQL)