DEV Community

Discussion on: Set up Extended Events in SQL Server

Collapse
 
oleg26dev profile image
Oleg26Dev

The scripts can be shorter and more readable if these "...[wait_type]<>(X) AND [wait_type]<>(Y) ..." replace with "[wait_type] not in(X,Y,...)"