Find all Triggers
18
AugI was asked to find all tables in a database that had a DML trigger so a developer could ensure that all the old functionality was available in the new database. So once I built my query to give me the information, I thought I’d save it here for future use.
select a.name as ‘Trigger’, b.name [...]







.
.
.