How do you use cloud databases? Take the survey.
Alter index, Backup database not present in top 50 queries

in SQL Monitor
Are commands like for example alter index and backup database filtered out from top 50 queries in the instance overview ?
I would love to be able to see how an alter index command affects the instance and I am not able to find the queries although I know it is running at that time.
I would love to be able to see how an alter index command affects the instance and I am not able to find the queries although I know it is running at that time.
Tagged:
Answers
It looks like SQL Monitor has filtered out them. I'll speak to the development team and update you later.
Tianjiao Li | Redgate Software
Have you visited our Help Center?
The development team has confirmed SQL Monitor uses
sys.dm_exec_query_stats
, which contains cached execution plans for queries. Backup database and Alter index don't have any query plans, so they don't appear there.Tianjiao Li | Redgate Software
Have you visited our Help Center?
https://sqlmonitor.uservoice.com/forums/91743-suggestions/suggestions/35585782-see-sessions-from-sys-dm-exec-requests-in-top-10-q
https://sqlmonitor.uservoice.com/forums/91743-suggestions/suggestions/35585782-see-sessions-from-sys-dm-exec-requests-in-top-10-q