Drops an alert.
sp_dropalert name
where
This stored procedure must be run from the msdb database.
Dropping an alert also drops all the associated notifications for that alert.
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 drops the 'Test Alert' alert.
sp_dropalert 'Test Alert'
Only the system administrator can use this procedure.
sysalerts, sysnotifications
sp_addalert | sp_updatealert |
sp_helpalert |