Failed to Kill Process in SQL 2008
Posted
by Andrea.Ko
on Stack Overflow
See other posts from Stack Overflow
or by Andrea.Ko
Published on 2010-03-24T02:20:16Z
Indexed on
2010/03/24
2:23 UTC
Read the original article
Hit count: 393
I have a process with the following information, and i execute the kill process to kill this id, and it return me "Only user processes can be killed."
SPID:11
Status:BACKGROUND
Login:sa
HostName: .
BlkBy: .
DBName: SAFEMIG
Command:CHECKPOINT
Normally, all the session to login to this server, it should have a HostName which display our PC name, but this connection is with a dot, so not sure who is executing what process that have this connection.
I execute "dbcc inputbuffer(11)" It return me"EventType= No Event, Parameters = 0 and EventInfo=Null"
Appreciate for any help\advice on this problem!
© Stack Overflow or respective owner