sp_replmonitorhelppublicationthresholds (Transact-SQL)
SQL Server 2008 R2
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.
Column name | Data type | Description |
|---|---|---|
metric_id | int | ID of the replication performance metric, which can be one of the following. ValueMetric Name 1expiration - monitors for imminent expiration of subscriptions to transactional publications. 2latency - monitors for the performance of subscriptions to transactional publications. 4mergeexpiration - monitors for imminent expiration of subscriptions to merge publications. 5mergeslowrunduration - monitors the duration of merge synchronizations over low-bandwidth (dial-up) connections. 6mergefastrunduration - monitors the duration of merge synchronizations over high-bandwidth (LAN) connections. 7mergefastrunspeed - monitors the synchronization rate of merge synchronizations over high-bandwidth (LAN) connections. 8mergeslowrunspeed - monitors the synchronization rate of merge synchronizations over low-bandwidth (dial-up) connections. |
title | sysname | Name of the replication performance metric. |
value | int | The threshold value of the performance metric. |
shouldalert | bit | Is if an alert should be generated when the metric exceeds the defined threshold for this publication; a value of 1 indicates that an alert should be raised. |
isenabled | bit | Is if monitoring is enabled for this replication performance metric for this publication; a value of 1 indicates that monitoring is enabled. |
