You've already forked ssms-addin
mirror of
https://github.com/alex-bochkov/ssms-addin.git
synced 2026-06-15 16:57:06 +02:00
Update alert trap - sproc.sql
This commit is contained in:
@@ -8,8 +8,11 @@ BEGIN
|
|||||||
ErrorNumber int,
|
ErrorNumber int,
|
||||||
Severity int,
|
Severity int,
|
||||||
DatabaseName nvarchar(128),
|
DatabaseName nvarchar(128),
|
||||||
ErrorMessage nvarchar(max)
|
ErrorMessage nvarchar(max),
|
||||||
|
AlertSent bit
|
||||||
)
|
)
|
||||||
|
|
||||||
|
CREATE INDEX IDX_ServerErrors_1 ON ServerErrors (AlertSent) WHERE (AlertSent = 0);
|
||||||
|
|
||||||
END;
|
END;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user