How can we help you today? How can we help you today?

Feature request: Report - Longest running queries: Include Stored Procedure name

Please include the name of the stored procedure (where applicable) in the report of "Longest running queries".
Currently I need to use SQL Search to find the procedure that includes the query.

You can do a LEFT OUTER JOIN sys.objects using object_id to find the name (object_name) of the originating stored procedure.
LouisSomers
0

Comments

2 comments

Add comment

Please sign in to leave a comment.