What is this?

This knowledgebase contains questions and answers about PRTG Network Monitor and network monitoring in general.

Learn more

PRTG Network Monitor

Intuitive to Use. Easy to manage.
More than 500,000 users rely on Paessler PRTG every day. Find out how you can reduce cost, increase QoS and ease planning, as well.

Free Download

Top Tags


View all Tags

SQL 2008 Replication monitoring

Votes:

0

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)

replication snmp sql

Created on Aug 4, 2011 5:17:03 PM



1 Reply

Accepted Answer

Votes:

1

All replication information is stored in tables on your SQL server. for example

SELECT COUNT (*) FROM [distribution].[dbo].[MSmerge_subscriptions]
WHERE status <> 0

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

Created on Aug 5, 2011 10:23:25 AM




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.