Skip to content

Latest commit

 

History

History
71 lines (45 loc) · 3.29 KB

File metadata and controls

71 lines (45 loc) · 3.29 KB
title Get Information About DDL Triggers
description Get Information About DDL Triggers
author MikeRayMSFT
ms.author mikeray
ms.date 03/06/2017
ms.service sql
ms.topic concept-article
ms.custom
ignite-2025
helpviewer_keywords
metadata [SQL Server], triggers
status information [SQL Server], DDL triggers
DDL triggers, metadata
monikerRange =azuresqldb-current || >=sql-server-2016 || >=sql-server-linux-2017 || =azuresqldb-mi-current || =fabric-sqldb

Get Information About DDL Triggers

[!INCLUDE SQL Server Azure SQL Database Azure SQL Managed Instance FabricSQLDB] The catalog views listed in this section can be used to get information about DDL Triggers.

To get information about the events or event groups on which a DDL trigger can fire.

To view the dependencies of a trigger

Database-Scoped DDL Triggers

To get information about database-scoped triggers

To get information about database events that fire triggers

To view the definition of a database-scoped trigger

To get information about CLR database-scoped triggers

Server-Scoped DDL Triggers

To get information about server-scoped triggers

To get information about server events that fire triggers

To view the definition of a server-scoped trigger

To get information about CLR server-scoped triggers

See Also

DDL Triggers