Vikrant More
Vikrant More

Reputation: 5442

What does the wait type PREEMPTIVE_XE_DISPATCHER mean?

Hi I am receiving PREEMPTIVE_XE_DISPATCHER wait type in SQL Server wait analysis.

I am not sure the reason being this wait type is on the top can somebody please let me know why its on the top list?

Upvotes: 5

Views: 8956

Answers (1)

Noboruu
Noboruu

Reputation: 365

This is associated with Extended Events background threads, go check which ones you have active, you can ignore it if it is "System Health".

Anyways, more info: MSDN Link 1

MSDN link 2

Stack Overflow related post

Upvotes: 4

Related Questions