FIX: Delay Between Responses Fails for Perf Condition Alert (232244)
The information in this article applies to:
This article was previously published under Q232244
BUG #: 54985 (SQLBUG_70)
SYMPTOMS
Responses for performance condition alerts are sent every 20 seconds, regardless of the "delay between responses" time specified in the alert.
CAUSE
After a response is sent, the last_response_date and last_response_time columns in sysalerts are updated for the first severity 19 alert instead of the correct alert, thus preventing the delay logic from working correctly.
WORKAROUND
In the job executed in response to the alert, add the following command:
EXECUTE msdb.dbo.sp_update_alert @name = '<name>', @delay_between_responses = <desired delay>
STATUS
Microsoft has confirmed this to be a problem in SQL Server 7.0. This problem has been corrected in U.S. Service Pack 1 for Microsoft SQL Server 7.0. For more information, click the following article number to view the article in the Microsoft Knowledge Base: 232570INF: How to Obtain Service Pack 1 for Microsoft SQL Server 7.0 and Microsoft Data Engine (MSDE) 1.0
For more information, contact your primary support provider.
Modification Type: | Major | Last Reviewed: | 3/14/2006 |
---|
Keywords: | kbBug kbfix KB232244 |
---|
|