SQL Server 2005 Books Online (November 2008)
MSmerge_generation_partition_mappings (Transact-SQL)
The MSmerge_generation_partition_mappings table is used to track changes to partitions in a merge publication. This table is stored in the publication and scubscription databases.
|
Column name
|
Data type
|
Description
|
|---|
|
publication_number
|
smallint
|
Identifies the merge publication
|
|
generation
|
bigint
|
The generation value.
|
|
partition_id
|
int
|
Identifies the partition.
|
|
changecount
|
int
|
The number of times that the partition has changed.
|

See Also