I need to get a list of all table triggers in a database and be able to extract them all in one shot.
I have looked through the documentation and it seems I have to go into the detail of each table and access triggers one table at a time.
This is not efficient.