FIX: Auto-Start Stored Procedure w/ WAITFOR Causes 100% CPU UseLast reviewed: June 27, 1997Article ID: Q166337  | 
	
	
 
 
The information in this article applies to:
 
 SYMPTOMSThe SQL Server service starts up and the % Total Processor Time Performance Monitor counter for the System object rapidly increases to 100 percent. The system appears to be very slow. 
 CAUSEThe auto-start stored procedure contains a WAITFOR statement. 
 WORKAROUNDTo work around this problem, avoid having a WAITFOR statement in a startup stored procedure. Run the stored procedure using a query tool instead. Unmark the procedure as a startup procedure by doing the following: 
 STATUSMicrosoft has confirmed this to be a problem in Microsoft SQL Server version 6.5. This problem has been corrected in U.S. Service Pack 3 for Microsoft SQL Server version 6.5. For more information, contact your primary support provider.  | 
	
	Keywords : kbusage SSrvGen SSrvStProc kbbug6.50 
 © 1998 Microsoft Corporation. All rights reserved. Terms of Use.  |