What does a Status of “Suspended” and high DiskIO means from sp_who2?

后端 未结 2 737
猫巷女王i
猫巷女王i 2020-12-28 11:49

I\'m trying to troubleshoot some intermittent slowdowns in our application. I\'ve got a separate question here with more details.

I ran sp_who2 to and I\'ve notice

2条回答
  •  情话喂你
    2020-12-28 12:14

    Suspended. The session is waiting for an event, such as I/O, to complete.

    http://msdn.microsoft.com/en-us/library/ms174313.aspx

提交回复
热议问题