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_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.

Topic link iconTransact-SQL Syntax Conventions

Syntax

sp_helppeerresponses [ @request_id = ] request_id

Arguments

  • [ @request_id= ] request_id
    Is the ID of a specific status request. request_idis int, with no default.

Return Code Values

0 (success) or 1 (failure)

Result Sets

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 peer response was sent.

Remarks

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.

Permissions

Only members of the sysadmin fixed server role or the db_owner fixed database role can execute sp_helppeerresponses.

See Also

Reference

sp_deletepeerrequesthistory (Transact-SQL)
sp_helppeerrequests (Transact-SQL)

Other Resources

How to: Configure Peer-to-Peer Transactional Replication (Replication Transact-SQL Programming)

Help and Information

Getting SQL Server 2005 Assistance