sp_helppeerresponses (Transact-SQL)
Returns all responses to a specific status request received from a participant in a peer-to-peer replication topology, where the request was initiated by executing sp_helppeerrequests at any published database in the topology. This stored procedure is executed on the publication database at a Publisher participating in a peer-to-peer replication topology. For more information, see Peer-to-Peer Transactional Replication.
|
Column name |
Data type |
Description |
|---|---|---|
|
request_id |
int |
ID of the status request. |
|
peer |
sysname |
The name of the peer that generated the response. |
|
peer_db |
sysname |
The database name at the peer that generated the response. |
|
received_date |
datetime |
Date and time that the requestor received the response from the peer that sent it. |