sys.sp_requestpeerresponse

general
#stored-procedure

Description

When executed from a node in a peer-to-peer topology, this procedure requests a response from every other node in the topology. By executing this procedure and reviewing the corresponding responses, you can guarantee that all previous commands are delivered to the responding nodes. This stored procedure is executed at the requesting node on any database.

Syntax

sp_requestpeerresponse
[ @publication = ]
N
'publication'
[ , [ @description = ]
N
'description'
]
[ , [ @request_id = ] request_id
OUTPUT
]
[ ; ]