How do you use cloud databases? Take the survey.
Options

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.
Tagged:

Comments

  • Options
    Alex BAlex B Posts: 1,132 Diamond 4
    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
    Product Support Engineer | Redgate Software

    Have you visited our Help Center?
Sign In or Register to comment.