block on tempdb?

  • i just saw a block on tempdb? I am not sure how could that happen, because i thought objects created in tempdb are only within the scope of the program ?

  • There are tons of system I/O happening in tempdb.

    Tempdb is a place for instead of triggers, hash joins, sorts, version stores for snapshot isolation, cursors, indexing, (MARS), service broker ...etc.

    Alex S
  • Might also be a global temp table.

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

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