Sql Server 2000 - How can I find out what stored procedures are running currently?

前端 未结 5 887
青春惊慌失措
青春惊慌失措 2021-01-18 08:05

I\'d like to know what stored procedures are currently running to diagnose some performance problems. How can I find that out?

5条回答
  •  生来不讨喜
    2021-01-18 08:38

    Very useful script for analyzing locks and deadlocks: http://www.sommarskog.se/sqlutil/aba_lockinfo.html

    It shows procedure or trigger and current statement.

提交回复
热议问题