sys.sp_add_notification

general
#stored-procedure

Description

Sets up a notification for an alert. The alert for this notification. The operator to be notified when the alert occurs. The method by which the operator is notified.

Syntax

sp_add_notification [ @alert_name = ]
'alert'
,
[ @operator_name = ]
'operator'
,
[ @notification_method = ] notification_method
[ ; ]