The information in this article applies to:
BUG #: 16379 (WINDOWS: 6.5) 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. WORKAROUND
To 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 |
Last Reviewed: April 9, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |