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

前端 未结 5 862
青春惊慌失措
青春惊慌失措 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:45

    You can use SQL Profiler to find that out.

    EDIT: If you can stop the app you are running, you can start SQL Profiler, run the app and look at what's running including stored procedures.

提交回复
热议问题