sys.sp_replmonitorhelppublication
general #stored-procedure
Description
Returns current status information for one or more publications at a Publisher. This stored procedure, which is used to monitor replication, is executed at the Distributor on the The name of the Publisher the status of which is being monitored. , information is returned for all Publishers that use the Distributor.
Syntax
sp_replmonitorhelppublication
[ [ @publisher = ]
N
'publisher'
]
[ , [ @publisher_db = ]
N
'publisher_db'
]
[ , [ @publication = ]
N
'publication'
]
[ , [ @publication_type = ] publication_type ]
[ , [ @refreshpolicy = ] refreshpolicy ]
[ ; ]