Hi,
while executing sp_who i got the below result
Spid Status Login Host BlkDbname cmd
22 sleeping sa XXXX 0User_DB Awaiting cmd
sp_who displays the current active process, but in the above the status is sleeping.
Please explain me if this process is currently active or idle.
And also when i checked what the process is doing using inputbuffer, it is executing SELECT statement.
Please explain what this result actually mean.
Thanks.