Is there a way in DPA to see the top logical read queries? We have a very low page life expectancy on one of our servers and need this to investigate.
Thank you,
David Kranes
Yeah, it is in the ignite schema. I will try fully qualifying it.
David
Very Timely. Couple of options currently: Custom Report - Top SQL by Logical I/O per Execution
or: Custom Report - Top SQL by Any Metric
The top SQL by any metric should do nicely for your request. Or tweak it for your own use. You can bracket the timeframes where PLE is low.
Thank you Robert. I will have a look.
When I execute stored procedure TopSQLByMetric referenced above, I get the following error:
Msg 208, Level 16, State 1, Procedure TopSQLByMetric, Line 28
Invalid object name 'COND'.
Might need to fully qualify it. Who owns the objects in your repo?
Maybe try it from the query tool inside DPA - options -> support tab -> Database Query Tool (should query against the repo by default)