How to log activities on a particular table
TexasApr 18 2012 — edited May 11 2012Hi there,
I have a requirement to log user activities on a particular table in the database.
It will log all SELECT, INSERT, UPDATE, and DELETE statements any user issued against the table (it's just one table).
What is the best way to go about it?
Any light on this will be appreciated.
Thanks