Skip to content

Latest commit

 

History

History
45 lines (39 loc) · 1.79 KB

File metadata and controls

45 lines (39 loc) · 1.79 KB
title sys.server_trigger_events (Transact-SQL) | Microsoft Docs
ms.custom
ms.date 06/10/2016
ms.prod sql-non-specified
ms.reviewer
ms.suite
ms.technology
database-engine
ms.tgt_pltfrm
ms.topic language-reference
f1_keywords
sys.server_trigger_events_TSQL
server_trigger_events_TSQL
sys.server_trigger_events
server_trigger_events
dev_langs
TSQL
helpviewer_keywords
sys.server_trigger_events catalog view
ms.assetid be7d8a59-3c00-4f1b-b4b0-3dcd5572e002
caps.latest.revision 31
author BYHAM
ms.author rickbyh
manager jhubbard

sys.server_trigger_events (Transact-SQL)

[!INCLUDEtsql-appliesto-ss2008-xxxx-xxxx-xxx_md]

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)