The information in this article applies to:
BUG #: 15658 (sqlbug_65) SYMPTOMS
If a process is killed while running a SELECT statement in which an
aggregate function is used with a DISTINCT keyword, the following error
message is displayed in the errorlog:
In addition, if the table from which the SELECT is run is a temporary table, the following messages are displayed when the process is killed:
If the SELECT is placed in a temporary stored procedure and it is selecting from a temp table, then the following error is added to the errors above:
This error message will continue to be entered in the errorlog until either Windows NT or SQL Server is shut down. You will not be able to shut down SQL Server using SQL Service Manager or by performing a "net stop mssqlserver". At this point, the behavior of the server is somewhat unpredictable. You may or may not be able to make new connections to the server, but the existing connections appear to be stable. However, if tempdb only has its original size of 2 MB on the master device, when the process is killed, you will receive the following error instead:
WORKAROUNDAvoid using the Kill command to terminate processes. 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 2 for Microsoft SQL Server version 6.5. For more information, contact your primary support provider. MORE INFORMATION
The following SELECT statement is an example of a statement that will cause
this problem to occur:
Additional query words: freeze frozen hung lock err msg errmsg
Keywords : kbinterop kbnetwork kbusage SSrvErr_Log kbbug6.50 kbfix6.50.sp2 |
Last Reviewed: April 4, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |