Skip to content

Latest commit

 

History

History
38 lines (32 loc) · 1.56 KB

sys-server-trigger-events-transact-sql.md

File metadata and controls

38 lines (32 loc) · 1.56 KB
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
sys.server_trigger_events_TSQL
server_trigger_events_TSQL
sys.server_trigger_events
server_trigger_events
sys.server_trigger_events catalog view
TSQL

sys.server_trigger_events (Transact-SQL)

[!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.

Permissions

[!INCLUDEssCatViewPerm] For more information, see Metadata Visibility Configuration.

See Also

Object Catalog Views (Transact-SQL)
Catalog Views (Transact-SQL)