Tagged Questions
2
votes
1answer
81 views
SQL Server Alert - Description (None) [closed]
For every system Alert defined to send an email, we receive a 2 alerts with the following bodies. How do I stop the message with the empty (None) description?
Empty Alert
SQL Server Alert System: ...
1
vote
2answers
551 views
Create job to send alert using sp_send_dbmail when table value greater than x
PROBLEM
The SMScounter.Counter is used to accumulate usage from a service. The service has a programmatic cap of 1000. I would like to alert users when this cap is breached.
TABLE CREATE
CREATE ...