Home All Groups Group Topic Archive Search About

sp_who show multiple rows for same SPID/Some SPIDS block same SPID



Author
17 Mar 2006 4:55 PM
Jeff Ericson
In a new to me environment, I see 8 rows for a given SPID in sp_who.  Some of
those rows may show blocks and that value is the same as the SPID in
question.  The server is 2k, SP4 4 proc box with Hyperthreading.  Why the
muliple SPIDs(1 per proc) and why the self blocking?

Author
17 Mar 2006 5:19 PM
Geoff N. Hiten
Multiple rows per SPID indicates parallel query operation.  Self-blocking
display is a new feature of SP4.  Before SP4, you had no way easy way to see
this information even though it was happening.  If you have excessive
self-blocking you may want to tweak some parallelism settings.

--
Geoff N. Hiten
Senior Database Administrator
Microsoft SQL Server MVP




Show quoteHide quote
"Jeff Ericson" <JeffEric***@discussions.microsoft.com> wrote in message
news:6AF407CE-A2E9-408C-B735-6DC593014F78@microsoft.com...
> In a new to me environment, I see 8 rows for a given SPID in sp_who.  Some
> of
> those rows may show blocks and that value is the same as the SPID in
> question.  The server is 2k, SP4 4 proc box with Hyperthreading.  Why the
> muliple SPIDs(1 per proc) and why the self blocking?

Bookmark and Share