|
How to know what are the tables have triggers from database?
(comments are locked)
|
|
You'll need to look in either or
(comments are locked)
|
|
you can find the trigger details in sys.triggers . to determining dependencies for a specific trigger check sys.sql_expression_dependencies system catalog
(comments are locked)
|

