--- title: "MSmerge_errorlineage (Transact-SQL) | Microsoft Docs" ms.custom: "" ms.date: "03/03/2017" ms.prod: sql ms.prod_service: "database-engine" ms.reviewer: "" ms.technology: replication ms.topic: "language-reference" f1_keywords: - "MSmerge_errorlineage_TSQL" - "MSmerge_errorlineage" dev_langs: - "TSQL" helpviewer_keywords: - "MSmerge_errorlineage system table" ms.assetid: 3bcbd328-c958-4cd4-a573-3c35539fa919 author: stevestein ms.author: sstein --- # MSmerge_errorlineage (Transact-SQL) [!INCLUDE[tsql-appliesto-ss2008-xxxx-xxxx-xxx-md](../../includes/tsql-appliesto-ss2008-xxxx-xxxx-xxx-md.md)] 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 [Replication Tables (Transact-SQL)](../../relational-databases/system-tables/replication-tables-transact-sql.md) [Replication Views (Transact-SQL)](../../relational-databases/system-views/replication-views-transact-sql.md)