sql server logshipping monitor
1)sys.sp_check_log_shipping_monitor_alert
is system store procedure created automatically after log shipping setup?
if automatic, store procedure do?
it runs every 5 minutes on server. cause fail?
2) lsrestore job executing job history.anything need ?
1)sys.sp_check_log_shipping_monitor_alert
is system store procedure created automatically after log shipping setup?
i guess so.to check, go server on logshipping not configured .go msdb ..programability..stored proc..can fin proc ? easy way check
if automatic, store procedure do?
read below link does
http://sqllearnings.com/2012/04/10/log-shipping-alerts-do-you-know-how-it-is-generated/
it runs every 5 minutes on server. cause fail?
2) lsrestore job executing job history.anything need ?
it must not executing ,i guess must executing long time.it can happen if heavy logging operation index rebuild,huge dml.sometiimes due network flip ,i have see, restore job keeps on running when has restore huge log records , lagging behind due reason.you can stop job , start again or manually restore logs in standby reduce load.
please mark reply answer or vote helpful, appropriate, make useful other readers
SQL Server > Getting started with SQL Server
Comments
Post a Comment