We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bd41ee commit c1bb902Copy full SHA for c1bb902
sp_AskBrent.sql
@@ -670,7 +670,9 @@ BEGIN
670
'QDS_ASYNC_QUEUE',
671
'QDS_SHUTDOWN_QUEUE',
672
'SLEEP_SYSTEMTASK',
673
- 'BROKER_TRANSMITTER'
+ 'BROKER_TRANSMITTER',
674
+ 'REDO_THREAD_PENDING_WORK',
675
+ 'UCS_SESSION_REGISTRATION'
676
)
677
ORDER BY sum_wait_time_ms DESC;
678
@@ -1108,7 +1110,10 @@ BEGIN
1108
1110
'RESOURCE_GOVERNOR_IDLE',
1109
1111
1112
- 'SLEEP_SYSTEMTASK'
1113
+ 'SLEEP_SYSTEMTASK',
1114
1115
1116
1117
1118
1119
0 commit comments