Comments
2 comments
- 
                
                   Thank you for your feedback. Thank you for your feedback.
 Can you please post your suggestion on our uservoice forum at https://sqlmonitor.uservoice.com/forums/91743-suggestions?
 That forum is monitored by the Product Management team who use it as an important source when deciding what features to add or enhance in the tool
- 
                
                   Thank you. Thank you.
 It can be voted for at https://sqlmonitor.uservoice.com/forums/91743-suggestions/suggestions/38143162
 
Add comment
Please sign in to leave a comment.
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.