title | description | author | ms.author | ms.date | ms.service | ms.subservice | ms.topic | f1_keywords | helpviewer_keywords | dev_langs | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
sys.server_trigger_events (Transact-SQL) |
sys.server_trigger_events (Transact-SQL) |
rwestMSFT |
randolphwest |
06/10/2016 |
sql |
system-objects |
reference |
|
|
|
[!INCLUDE SQL Server]
Contains one row for each event for which a server-level (synchronous) trigger fires.
Column name | Data type | Description |
---|---|---|
inherited columns | Inherits all columns from sys.server_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. |
[!INCLUDEssCatViewPerm] For more information, see Metadata Visibility Configuration.
Object Catalog Views (Transact-SQL)
Catalog Views (Transact-SQL)