Skip to content

Commit 184d0dd

Browse files
committed
fix typo
1 parent 60958d1 commit 184d0dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

add error event alerts.sql

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ EXEC msdb.dbo.sp_add_alert @name=N'error 3624 - assertion failure (severity 20)'
166166
@include_event_description_in=1,
167167
@job_id=N'00000000-0000-0000-0000-000000000000'
168168
GO
169-
EXEC msdb.dbo.sp_add_notification @alert_name=N'error 3624 - assertion failure (severity 10)', @operator_name=N'OperatorNameHere', @notification_method = 1
169+
EXEC msdb.dbo.sp_add_notification @alert_name=N'error 3624 - assertion failure (severity 20)', @operator_name=N'OperatorNameHere', @notification_method = 1
170170
GO
171171

172172

0 commit comments

Comments
 (0)