sys.sp_replmonitorhelppublicationthresholds
general #stored-procedure
Description
Returns the threshold metrics set for a monitored publication. This stored procedure, which is used to monitor replication, is executed at the Distributor on the distribution database.
Syntax
sp_replmonitorhelppublicationthresholds
[ @publisher = ]
N
'publisher'
, [ @publisher_db = ]
N
'publisher_db'
, [ @publication = ]
N
'publication'
[ , [ @publication_type = ] publication_type ]
[ , [ @thresholdmetricname = ]
N
'thresholdmetricname'
]
[ ; ]