When setting up SQL agents alerts are received regarding two tables not being backuped , in the alert origin the following rules appear: “DBSS days since last backup” and DBSS - Days Since Last Backup - No Backup
What is the best way to suppress the alerts for 'master' and 'msdb' databases?
RESOLUTION 1
RESOLUTION 2
(this will prevent monitoring of the database)
RESOLUTION 3
Change the rule scope in both " DBSS - Days Since Last Backup"
and " DBSS - Days Since Last Backup - No Backup" rules:
DBSS_Database where (db_name != 'master') and (db_name != 'msdb')