sp_helppeerrequests (Transact-SQL)
SQL Server 2008 R2
Returns information on all status requests received by participants in a peer-to-peer replication topology, where these requests were initiated by executing sp_requestpeerresponse (Transact-SQL) 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 |
|---|---|---|
id | int | Identifies a request. |
publication | sysname | Name of the publication for which the status request was sent. |
sent_date | datetime | Date and time that the status request was sent. |
description | nvarchar(4000) | User defined information that can be used to identify individual status requests. |

