Skip to content

Latest commit

 

History

History
40 lines (35 loc) · 2.22 KB

File metadata and controls

40 lines (35 loc) · 2.22 KB
title MSpeer_originatorid_history (Transact-SQL) | Microsoft Docs
ms.custom
ms.date 03/04/2017
ms.prod sql
ms.prod_service database-engine
ms.reviewer
ms.technology replication
ms.topic language-reference
f1_keywords
MSpeer_originatorid_history_TSQL
MSpeer_originatorid_history
dev_langs
TSQL
helpviewer_keywords
MSpeer_originatorid_history
ms.assetid c1f53d0f-4080-43ff-be38-2b10395c68c9
author stevestein
ms.author sstein

MSpeer_originatorid_history (Transact-SQL)

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

Contains one row for each originator ID that has been defined in the topology. This includes IDs for nodes that are no longer active. The table is used when you are configuring a new node for conflict detection to ensure that the originator ID specified has not already been used. This table is stored in the publication database. For more information about conflict detection, see Conflict Detection in Peer-to-Peer Replication.

Column name Data type Description
originator_publication sysname Publication for which the originator ID was specified.
originator_id int Number that identifies each node in the topology for the purposes of conflict detection
originator_node sysname Server instance for which the originator ID was specified.
originator_db sysname Publication database for which the originator ID was specified.
originator_db_version int Identifies the version number of the originating database.
originator_version int Identifies the version number of the Publisher.
inserted_date datetime Date and time that the row for the originator ID was inserted into this table.

See Also

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