We have a database that has a huge amount of business logic stored in triggers inside the database. Is there a way to register trigger triggers along with arguments that were fired and what they changed?
I saw a lot of tutorials on how to conduct a table audit with triggers, but I would like to test triggers, not tables :)
source share