Log all create, read, update and delete (CRUD) on several tables
Hello all,
I am not sure if this is the right forum. if not. please appologize.
I am looking for a technique to log ALL create (insert), read (select), update and delete (CRUD) actions on several tables.
Does someone know if there is a good overal technique for this (except of building this in triggers)?
Thanks.