Article ID: 232244 - Last Review: March 14, 2006 - Revision: 2.1

FIX: Delay Between Responses Fails for Perf Condition Alert

This article was previously published under Q232244
BUG #: 54985 (SQLBUG_70)
Expand all | Collapse all

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:
232570  (http://support.microsoft.com/kb/232570/ ) INF: 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.

APPLIES TO
  • Microsoft SQL Server 7.0 Standard Edition
Keywords: 
kbbug kbfix KB232244
 

Article Translations

 

Related Support Centers