| title | sys.trace_event_bindings (Transact-SQL) | ||||
|---|---|---|---|---|---|
| description | sys.trace_event_bindings (Transact-SQL) | ||||
| author | rwestMSFT | ||||
| ms.author | randolphwest | ||||
| ms.date | 06/10/2016 | ||||
| ms.service | sql | ||||
| ms.subservice | system-objects | ||||
| ms.topic | reference | ||||
| f1_keywords |
|
||||
| helpviewer_keywords |
|
||||
| dev_langs |
|
[!INCLUDE SQL Server SQL MI]
The sys.trace_event_bindings catalog view contains a list of all possible usage combinations of events and columns. For each event listed in the trace_event_id column, all available columns are listed in the trace_column_id column. Not all available columns are populated each time a given event occurs. These values do not change for a given version of the [!INCLUDEssDEnoversion].
For a complete list of supported trace events, see SQL Server Event Class Reference.
Important
[!INCLUDEssNoteDepFutureAvoid] Use Extended Event catalog views instead.
| Column name | Data type | Description |
|---|---|---|
| trace_event_id | smallint | ID of the trace event. This column is also in the sys.trace_events catalog view. |
| trace_column_id | smallint | ID of the trace column. This column is also in the sys.trace_columns catalog view. |
[!INCLUDEssCatViewPerm] For more information, see Metadata Visibility Configuration.
Object Catalog Views (Transact-SQL)
sys.traces (Transact-SQL)
sys.trace_categories (Transact-SQL)
sys.trace_columns (Transact-SQL)
sys.trace_events (Transact-SQL)
sys.trace_subclass_values (Transact-SQL)