Events
31 Mar, 23 - 02 Apr, 23
The biggest SQL, Fabric and Power BI learning event. March 31 – April 2. Use code FABINSIDER to save $400.
Register todayThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Applies to:
SQL Server
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_requestpeerresponse 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.
Transact-SQL syntax conventions
sp_helppeerresponses [ @request_id = ] request_id
[ ; ]
The ID of a specific status request. @request_id is int, with no default.
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. |
0
(success) or 1
(failure).
sp_helppeerresponses
is used in peer-to-peer transactional replication.
sp_helppeerresponses
procedure is used when restoring a database published in a peer-to-peer topology.
Only members of the sysadmin fixed server role or the db_owner fixed database role can execute sp_helppeerresponses
.
Events
31 Mar, 23 - 02 Apr, 23
The biggest SQL, Fabric and Power BI learning event. March 31 – April 2. Use code FABINSIDER to save $400.
Register today