sys.sp_update_notification
general #stored-procedure
Description
Updates the notification method of an alert notification.
Syntax
sp_update_notification
[ @alert_name = ]
N
'alert_name'
, [ @operator_name = ]
N
'operator_name'
, [ @notification_method = ] notification_method
[ ; ]