Top 10 SQL statments follow-up
I'm looking for a solution to follow up one time per week the Top 10 more expensives SQL requests in my differents DBs. (around 50 instances) .
I need to have automatically : the average running time ,number of executions , % time consumption for each of them on a week (historical view)
The objective is to weekly publish a centralyzed dashboard for all instances and to see evolution in the time .
With "Grid console / ASH report" we have the capability to see a part of these informations but we need to connect on each DB ta catch them.
Iis it possible to capture these informations in the Grid central repository by a SQLrequest ?