pkarklin
Дата: 14.10.2003 17:24:58
Люди??? Ау.
...мать, ...мать, ...мать по привычке ответило эхо.
Ладно, попробуем тщательнее.
KILL
Terminates a user process based on the system process ID (SPID) or unit of work (UOW). If the specified SPID or UOW has a lot of work to undo, the KILL command may take some time to complete, particularly when it involves rolling back a long transaction.
In Microsoft® SQL Server™ 2000, KILL can be used to terminate a normal connection, which internally terminates the transactions associated with the given SPID. In addition, the command can also be used to terminate all orphaned distributed transactions when Microsoft Distributed Transaction Coordinator (MS DTC) is in use. A distributed transaction is orphaned when it is not associated with any current SPID.
Syntax
KILL {spid | UOW} [WITH STATUSONLY]