The log shipping primary database primaryserver.AbraHRMS_Live has backup threshold of 60 minutes and has not performed a backup log operation for 106062 minutes. Check agent log and logshipping monitor information. Event ID 14420
I have deleted the log but I think the msdb table has the row, how do I know which table and which row to delete?
exec master..sp_help_log_shipping_monitor_primary
@primary_server = 'primaryserver',
@primary_database = 'AbraHRMS_Live'
primary_id primary_server primary_database backup_threshold threshold_alert threshold_alert_enabled last_backup_file last_backup_date last_backup_date_utc history_retention_period
9C843969-8485-4D08-8DAD-A2D3D209D041 primaryserver AbraHRMS_Live 60 14420 1 NULL 2012-12-14 18:50:20.910 2012-12-15 00:50:20.910 2880
Which table do I look into? Please advice