In the following lesson, you can learn how to list all triggers in SQL Server Database.

I had the same task recently and I used the following for SQL Server 2012 DB. Use the management studio and connect to the database you want to search. Then execute the following script for a list of all triggers in SQL Server database with table name and table’s schema.

For SQL 2000

List of all triggers in SQL Server Database

The article was published on March 1, 2017 @ 2:59 PM

Leave a Comment