Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 1.29 KB

mspeer-response-transact-sql.md

File metadata and controls

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

MSpeer_response (Transact-SQL)

[!INCLUDE SQL Server]

The MSpeer_response table is used in Peer-to-Peer replication to store each node's response to a publication status request. This table is stored in the publication database.

Definition

Column name Data type Description
request_id int Identifies a status request entry in the MSpeer_request table.
peer sysname The peer that generated the response.
peer_db sysname The subscription database at the peer that generated the response.
received_date datetime The date and time that the peer request was received.

See Also

Replication Tables (Transact-SQL)