INF: Improved KILL Statement for DBCC CHECKDBLast reviewed: June 27, 1997Article ID: Q167608  | 
	
	
 
 
The information in this article applies to:
 
 SUMMARYStarting with SQL Server version 6.5 Service Pack 3, the Transact-SQL KILL statement works more reliably for DBCC CHECKDB. 
 MORE INFORMATIONPreviously, DBCC NEWALLOC reliably responded to the KILL statement, but CHECKDB did not. For a brief period after submitting the DBCC CHECKDB command, it did respond, but after a few minutes (the exact period of time varies), it stopped responding. Starting with SQL Server 6.5 Service Pack 3, the KILL statement terminates a DBCC CHECKDB process more consistently. A certain (and unpredictable) amount of time may elapse between issuing the KILL statement and the termination of the process, but this interval is usually less than 60 seconds.  | 
	
	Keywords : kbusage SSrvGen SSrvTran_SQL 
 © 1998 Microsoft Corporation. All rights reserved. Terms of Use.  |