Currently running query inside a stored procedure

后端 未结 3 510
长情又很酷
长情又很酷 2020-12-31 10:01

I have a stored procedure that is currently running, and seems to hang/lock on a specific query. How can i see which query? Preferably without modifying the proc.

Us

3条回答
  •  旧巷少年郎
    2020-12-31 10:15

    There is an excellent stored procedure to get extended information on currently running queries. It's available to download from: http://whoisactive.com

提交回复
热议问题