| title | sys.dm_xe_map_values (Transact-SQL) | ||||
|---|---|---|---|---|---|
| description | sys.dm_xe_map_values (Transact-SQL) | ||||
| author | rwestMSFT | ||||
| ms.author | randolphwest | ||||
| ms.date | 09/23/2025 | ||||
| ms.service | sql | ||||
| ms.subservice | system-objects | ||||
| ms.topic | reference | ||||
| ms.custom |
|
||||
| f1_keywords |
|
||||
| helpviewer_keywords |
|
||||
| dev_langs |
|
[!INCLUDE SQL Server Azure SQL DB Azure SQL Managed Instance FabricSQLDB]
Returns a mapping of internal numeric keys to human-readable text.
| Column name | Data type | Description |
|---|---|---|
name |
nvarchar(256) | The name of the map. name is unique across the local system. Is not nullable. |
object_package_guid |
uniqueidentifier | The GUID of the package that contains the map. Is not nullable. |
map_key |
int | The internal key value. Is not nullable. |
map_value |
nvarchar(3072) | A description of the key value. Is not nullable. |
Requires VIEW SERVER STATE permission on the server.
Requires VIEW SERVER PERFORMANCE STATE permission on the server.
| From | To | Relationship |
|---|---|---|
dm_xe_map_values.object_package_guid<br /><br /> dm_xe_map_values.name |
sys.dm_xe_objects.package_guid sys.dm_xe_objects.name |
Many-to-one |
- Dynamic Management Views and Functions (Transact-SQL)
- sys.dm_xe_sessions (Transact-SQL)
- sys.dm_xe_session_events (Transact-SQL)
- Extended Events overview
- Quickstart: Extended Events
- Extended events in Azure SQL Database
- Event File target code for extended events in Azure SQL Database and SQL Managed Instance