Skip to content

Latest commit

 

History

History
36 lines (31 loc) · 1.52 KB

File metadata and controls

36 lines (31 loc) · 1.52 KB
title MSpeer_topologyrequest (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
MSpeer_topologyrequest_TSQL
MSpeer_topologyrequest
dev_langs
TSQL
helpviewer_keywords
MSpeer_topologyrequest
ms.assetid c644814b-4e40-44d7-b6b4-5954b0d4db7c
author stevestein
ms.author sstein

MSpeer_topologyrequest (Transact-SQL)

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

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)