Database Reference
In-Depth Information
Figure 28-11. Extended Events types and maps
You can examine the list of map values for a type with the sys.dm_xe_map_values view. Listing 28-8 shows you
how to obtain values for the wait_types map. Figure 28-12 shows the partial output of the query.
Listing 28-8. Examining wait_types map
select name, map_key, map_value
from sys.dm_xe_map_values
where name = 'wait_types'
order by map_key
Search WWH ::




Custom Search