sql server 2005 - how to list out all triggers in a particular table OR database? -


How can I list all triggers on a table?

This view contains information about triggers, if you want only one table, then you can enter parent_id Filter (see with the object ID or () function of the table)

() can be used to retrieve the text of the trigger, if necessary.


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -