Drops a notification for an alert.
sp_dropnotification alert_name, operator_name
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 drops the notification information for the 'Test Alert' alert.
sp_dropnotification 'Test Alert', 'John Doe'
Only the system administrator can use this procedure.
sysalerts, sysnotifications, sysoperators
sp_addnotification | sp_updatenotification |
sp_helpnotification |