Wednesday, February 17, 2010

SP_Who Process status








































StatusDescription
dormantSQL Server is resetting the session.
runningThe session is running one or more batches. When Multiple Active Result Sets (MARS) is enabled, a session can run multiple batches.
backgroundThe session is running a background task, such as deadlock detection
rollbackThe session has a transaction rollback in process
pendingThe session is waiting for a worker thread to become available
runnableThe session's task is in the runnable queue of a scheduler while waiting to get a time quantum.
spinloopThe session's task is waiting for a spinlock to become free
suspendedThe session is waiting for an event, such as I/O, to complete

Reference taken from microsoft books online

No comments:

Post a Comment