I have a bunch of exec commands running stored procedures, 25 of them to be precise.
exec stp_1
exec stp_2
exec stp_3
and so on...
Is there a way to know which exec command is executing? In the query window,I only see "executing query".I ran sp_who but can't tell which exec is executing.