Skip to content

Latest commit

 

History

History
70 lines (45 loc) · 3.07 KB

File metadata and controls

70 lines (45 loc) · 3.07 KB
title Get Information About DDL Triggers | Microsoft Docs
ms.custom
ms.date 06/13/2017
ms.prod sql-server-2014
ms.reviewer
ms.technology
ms.topic conceptual
helpviewer_keywords
metadata [SQL Server], triggers
status information [SQL Server], DDL triggers
DDL triggers, metadata
ms.assetid 462becea-292a-4b9e-bb98-533e89733911
author rothja
ms.author jroth
manager craigg

Get Information About DDL Triggers

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