Skip to content

Latest commit

 

History

History
38 lines (32 loc) · 1.56 KB

File metadata and controls

38 lines (32 loc) · 1.56 KB
title sys.server_trigger_events (Transact-SQL)
description sys.server_trigger_events (Transact-SQL)
author rwestMSFT
ms.author randolphwest
ms.date 06/10/2016
ms.service sql
ms.subservice system-objects
ms.topic reference
f1_keywords
sys.server_trigger_events_TSQL
server_trigger_events_TSQL
sys.server_trigger_events
server_trigger_events
helpviewer_keywords
sys.server_trigger_events catalog view
dev_langs
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)