Skip to content

Latest commit

 

History

History
36 lines (31 loc) · 1.4 KB

File metadata and controls

36 lines (31 loc) · 1.4 KB
title MSpeer_request (Transact-SQL)
description MSpeer_request (Transact-SQL)
author VanMSFT
ms.author vanto
ms.date 03/06/2017
ms.prod sql
ms.prod_service database-engine
ms.technology replication
ms.topic reference
f1_keywords
MSpeer_request
MSpeer_request_TSQL
helpviewer_keywords
MSpeer_request system table
dev_langs
TSQL
ms.assetid ed048c46-7a2f-4ad0-bc7c-c2d65e83b4fb

MSpeer_request (Transact-SQL)

[!INCLUDE SQL Server]

The MSpeer_request table is used in Peer-to-Peer replication to track status requests for a given publication. This table is stored in the publication database.

Column name Data type Description
id int Identifies a request.
publication sysname Name of the publication for which the status request was initiated.
sent_date datetime Date and time that the status request was initiated.
description nvarchar(4000) User-defined information that can be used to identify individual status requests.

See Also

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