Skip to content

Commit c1bb902

Browse files
committed
BrentOzarULTD#174 - sp_AskBrent ignore a few more waits
REDO_THREAD_PENDING_WORK UCS_SESSION_REGISTRATION
1 parent 3bd41ee commit c1bb902

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

sp_AskBrent.sql

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,9 @@ BEGIN
670670
'QDS_ASYNC_QUEUE',
671671
'QDS_SHUTDOWN_QUEUE',
672672
'SLEEP_SYSTEMTASK',
673-
'BROKER_TRANSMITTER'
673+
'BROKER_TRANSMITTER',
674+
'REDO_THREAD_PENDING_WORK',
675+
'UCS_SESSION_REGISTRATION'
674676
)
675677
ORDER BY sum_wait_time_ms DESC;
676678

@@ -1108,7 +1110,10 @@ BEGIN
11081110
'RESOURCE_GOVERNOR_IDLE',
11091111
'QDS_ASYNC_QUEUE',
11101112
'QDS_SHUTDOWN_QUEUE',
1111-
'SLEEP_SYSTEMTASK'
1113+
'SLEEP_SYSTEMTASK',
1114+
'BROKER_TRANSMITTER',
1115+
'REDO_THREAD_PENDING_WORK',
1116+
'UCS_SESSION_REGISTRATION'
11121117
)
11131118
ORDER BY sum_wait_time_ms DESC;
11141119

0 commit comments

Comments
 (0)