Skip to content

Latest commit

 

History

History
42 lines (37 loc) · 1.6 KB

File metadata and controls

42 lines (37 loc) · 1.6 KB
title MSpeer_topologyrequest (Transact-SQL) | Microsoft Docs
ms.custom
ms.date 03/03/2017
ms.prod sql-server-2016
ms.reviewer
ms.suite
ms.technology
replication
ms.tgt_pltfrm
ms.topic language-reference
applies_to
SQL Server
f1_keywords
MSpeer_topologyrequest_TSQL
MSpeer_topologyrequest
dev_langs
TSQL
helpviewer_keywords
MSpeer_topologyrequest
ms.assetid c644814b-4e40-44d7-b6b4-5954b0d4db7c
caps.latest.revision 9
author BYHAM
ms.author rickbyh
manager jhubbard

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)