self-blocking session

  • Hi everyone,

    When reviewing the sever log of one of my SQL2005 servers I noticed a "self-blocking session" and it pertained to creating a clustered index. It took quite some resources and causes some other programs to crash on an insert statement.

    I tried to find some info on this topic, but Google is thin on it. Do you guys have any references or explanations what it a 'self-blocking session ' and what causes this?

    Thanks a bunch!

  • It's not actually blocking itself. What you're witnessing is sp_who is reporting on waits for (I think) page IO Latches...

    There's a page out there describing the differences in sp_who between 2K and 2005. This is one of them.

    Honor Super Omnia-
    Jason Miller

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply