Measuring Stored Procedure Performance Over Time
BrainDonor
Posts: 57 Silver 2
Is it possible to monitor the performance of stored procedures over time, with Monitor? I'm just fishing for an existing method of watching for performance degradation without having to implement something of my own.
Tagged:
Comments
There's the query history shown in the Top X queries section (when you select one of the queries, below the query plan), but this would only help if that query entry was representing the single stored procedure and it was displayed in the Top X queries section.
Beyond that, there currently isn't a way to single out a stored procedure.
Kind regards,
Alex
Have you visited our Help Center?