Is there any way to measure MS SQL 2008 R2 replication publisher/distributor/subscriber synchronization info or stats? Also, would like to know if same monitoring might be available for MS SQL db mirroring (latency etcteras)
SQL 2008 Replication monitoring
Modified on 2025-06-10 11:46:47 +0200
Disclaimer:
The information in the Paessler Knowledge Base comes without warranty of any kind. Use at your own risk. Before applying any instructions please exercise proper system administrator housekeeping. You must make sure that a proper backup of all your data is available.
The information in the Paessler Knowledge Base comes without warranty of any kind. Use at your own risk. Before applying any instructions please exercise proper system administrator housekeeping. You must make sure that a proper backup of all your data is available.
All replication information is stored in tables on your SQL server. for example
returns the number of replications with an error.
Write you own stored procedure that returns the data you are looking for and parse the date to PRTG using PRTG's SQL sensor or Custom Sensor SQLspXML that can parse a multi channel result to PRTG
Aug, 2011 - Permalink