Skip to content

Latest commit

 

History

History
34 lines (29 loc) · 1.28 KB

mspeer-request-transact-sql.md

File metadata and controls

34 lines (29 loc) · 1.28 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic f1_keywords helpviewer_keywords dev_langs
MSpeer_request (Transact-SQL)
MSpeer_request (Transact-SQL)
VanMSFT
vanto
03/06/2017
sql
replication
reference
MSpeer_request
MSpeer_request_TSQL
MSpeer_request system table
TSQL

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)