FIX: Alpha: SELECT INTO with Kills Can Cause Process HangsLast reviewed: December 19, 1997Article ID: Q132503 |
4.21a
WINDOWS
kbother kbfix4.21a.sp4
The information in this article applies to:
BUG# NT: 9871 (4.21a - NTAlpha)
SYMPTOMSWhen you issue a kill on a spid, it will not kill the specified process, and subsequent kills issued against the spid will not work. When you perform a SELECT * from sysprocesses on the server, it will show spid 3 stuck in a command of DUMP TRAN in dbid 2 (tempdb), and one or more user processes stuck in a command of INSERT. These user processes will not respond to the kill command. This problem is usually only encountered when you perform a stress test that includes SELECT INTO a temp table and repeated kills of all processes.
WORKAROUNDOnce the problem occurs, the only solution is to shut down SQL Server with nowait. To avoid or minimize the problem, do not perform excessive KILL commands on processes doing SELECT INTO commands into tempdb.
STATUSMicrosoft has confirmed this to be a problem in Microsoft SQL Server version 4.21a for Alpha. This problem was corrected in the latest U.S. Service Pack for SQL Server version 4.21a. For information on obtaining the Service Pack, please contact your primary support provider.
|
Additional reference words: 4.21a Alpha hang blocking
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |