Skip to content

Latest commit

 

History

History
39 lines (34 loc) · 1.77 KB

File metadata and controls

39 lines (34 loc) · 1.77 KB
title MSmerge_past_partition_mappings (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_past_partition_mappings
MSmerge_past_partition_mappings_TSQL
dev_langs
TSQL
helpviewer_keywords
MSmerge_past_partition_mappings system table
ms.assetid 06d54ff5-4d29-4eeb-b8be-64d032e53134
author stevestein
ms.author sstein

MSmerge_past_partition_mappings (Transact-SQL)

[!INCLUDEtsql-appliesto-ss2008-xxxx-xxxx-xxx-md]

The MSmerge_past_partition_mappings table stores one row for each partition id a given changed row used to belong to, but no longer belongs to. This table is stored in the publication database.

Column name Data type Description
publication_number smallint The publication number, which is stored in sysmergepublications.
tablenick int The nickname of the published table.
rowguid uniqueidentifier The row identifier for the given row.
partition_id int The ID of the partition the row belongs to. The value is -1 if the row change is relevant to all Subscribers.
generation bigint The value of the generation in which the partition change occurred.
reason tinyint Internal-use only.

See Also

Replication Tables (Transact-SQL)
Replication Views (Transact-SQL)