all groups > sql server replication > august 2004 >
You're in the

sql server replication

group:

Replication Monitoring


Replication Monitoring JLS
8/30/2004 12:15:33 PM
sql server replication:
What would be a best practice for monitoring Replication?

I have Transactional Replication going from the Production database =
(SQL00) to the Reporting database (SQL03).

Are there some Alerts I need to make sure I have setup to notify me?
Should I do a Validate Subscription once a week or so?

What would you do to have peace of mind that your reporting database is =
exactly in sync with your production database?

Re: Replication Monitoring Hilary Cotter
8/30/2004 1:34:04 PM
This depends on the stability of your links. If you are well connected, =
i.e. have highly reliable links set up the replication alerts to alert =
you when your job fails.

If your links are somewhat unstable set up the replication alerts to =
alert you when a job fails, but make sure you click on the response tab, =
and set a threshold to be alerted at, i.e. once per day, hour, etc.

You can schedule validations using sp_publication_validation. Use this =
proc in conjunction with the Replication: Subscriber has failed data =
validation alert.

How frequently you wish to run a validation depends on what you are =
doing. In general with a read only subscriber I never feel the need to =
run one. Your comfort level (or your bosses') might vary from mine.

With an updateable subscriber (immediate, queued, or merge) you might =
feel the need to run validations more often.=20



--=20
Hilary Cotter
Looking for a book on SQL Server replication?
http://www.nwsu.com/0974973602.html


[quoted text, click to view]
What would be a best practice for monitoring Replication?

I have Transactional Replication going from the Production database =
(SQL00) to the Reporting database (SQL03).

Are there some Alerts I need to make sure I have setup to notify me?
Should I do a Validate Subscription once a week or so?

What would you do to have peace of mind that your reporting database =
is exactly in sync with your production database?

AddThis Social Bookmark Button