|
Hi, Am looking SQL query to get all available server alerts information including- db_name, and all related information about alerts
(comments are locked)
|
|
Alerts information is stored in the msdb database. Here is a sample query to get a little information about alerts on your system: Be aware that the designer of the tables in msdb (not just alerts) decided to store date and time information as ints. You will need to consider that when wanting to do date comparisons or conversions.
(comments are locked)
|


Did you mean sysalerts table in msdb database?