Reports information about the alerts defined for the server.
sp_helpalert [having_name_like]
where
This stored procedure must be run from the msdb database.
SQL Enterprise Manager provides an easy, graphical way to manage the entire alerting system. Using SQL Enterprise Manager is the recommended way to configure your alert infrastructure.
This example reports information about all alerts with a name beginning with Test.
sp_helpalert 'Test%'
Only the system administrator can use this procedure.
sysalerts, systasks
sp_addalert | sp_updatealert |
sp_dropalert | Wildcard characters |