I\'d like to know what stored procedures are currently running to diagnose some performance problems. How can I find that out?
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.