sys.sp_helpsubscriptionerrors

general
#stored-procedure

Description

Returns all transactional replication errors for a given subscription. This stored procedure is executed at the Distributor on the distribution database.

Syntax

sp_helpsubscriptionerrors
[ @publisher = ]
N
'publisher'
, [ @publisher_db = ]
N
'publisher_db'
, [ @publication = ]
N
'publication'
, [ @subscriber = ]
N
'subscriber'
, [ @subscriber_db = ]
N
'subscriber_db'
[ ; ]