Skip to content

Latest commit

 

History

History
33 lines (28 loc) · 1.36 KB

mspeer-topologyrequest-transact-sql.md

File metadata and controls

33 lines (28 loc) · 1.36 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic f1_keywords helpviewer_keywords dev_langs
MSpeer_topologyrequest (Transact-SQL)
MSpeer_topologyrequest (Transact-SQL)
VanMSFT
vanto
03/03/2017
sql
replication
reference
MSpeer_topologyrequest_TSQL
MSpeer_topologyrequest
MSpeer_topologyrequest
TSQL

MSpeer_topologyrequest (Transact-SQL)

[!INCLUDE SQL Server]

Used in peer-to-peer replication to track topology status requests for a publication. This table is stored in the publication database.

Column name Data type Description
id int Identifies a topology status request. The request_id column in MSpeer_topologyresponse uses this value.
publication sysname Name of the publication from which the topology status request originated.
sent_date datetime Date and time that the topology status request was initiated.

See Also

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