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

Measuring Stored Procedure Performance Over Time

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.
BrainDonor
0

Comments

1 comment

  • Alex B
    Hi @BrainDonor,

    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
    Alex B
    0

Add comment

Please sign in to leave a comment.