Events
Nov 4, 4 PM - Nov 4, 4 PM
Six weeks of live sessions, data viz contests, training, & certification exam vouchers.
Join nowThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to:
SQL Server
Azure SQL Database
Azure SQL Managed Instance
Contains a row per event for which a trigger fires.
Note
sys.trigger_events does not apply to event notifications.
| Column name | Data type | Description |
|---|---|---|
| <Columns inherited from sys.events> | Not applicable | Inherits the object_id, type, type_desc columns from sys.events. |
| is_first | bit | Trigger is marked to be the first to fire for this event. |
| is_last | bit | Trigger is marked to be the last to fire for this event. |
| event_group_type | int | Event group on which the trigger is created, or null if not created on an event group. |
| event_group_type_desc | nvarchar(60) | Description of the event group on which the trigger is created, or null if not created on an event group. |
The visibility of the metadata in catalog views is limited to securables that a user either owns, or on which the user was granted some permission. For more information, see Metadata Visibility Configuration.
Catalog Views (Transact-SQL)
Object Catalog Views (Transact-SQL)
Events
Nov 4, 4 PM - Nov 4, 4 PM
Six weeks of live sessions, data viz contests, training, & certification exam vouchers.
Join nowAsk Learn is an AI assistant that can answer questions, clarify concepts, and define terms using trusted Microsoft documentation.
Please sign in to use Ask Learn.
Sign in