Blocking and Locking

  • we have tables which are been locked by store procedures.

    is there a way to find out the list of store procedures which are locking those tables?

  • if you run sp_who2, you'll see the SPID who is blocking.

    Do a DBCC INPUTBUFFER(###)

    REPLACE ### with the blocking SPID

    Wilfred
    The best things in life are the simple things

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

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