Comments
1 comment
-
Hi @...,
The narrowest time period you can set the focus window to is 15 minutes, so you can see what is occurring during the 15 minute focus window.
The Top Queries section is gathered from various sys.dm_exec_* DMVs (see this page) and represents aggregate information for queries that have completed during the focus window time frame.
There is also the SQL User Processes (top 10 by CPU), which gathers data from sys.sysprocesses (see this page) and is information on the process that is (or was) running at that time. This can show queries that have not ended yet.
You can use the "Back in Time" mode (see this page) to go back to a specific date/time where you can then set the focus window to a 15 minute minimum time period.
Kind regards,
Alex
Add comment
Please sign in to leave a comment.
Thanks,
Mark Maddox