Hi All,
We currently use Auditing triggers to track all of our DB changes. In order to capture the user_id for the person that submitted the delete we have to use an update and then have the trigger perform a delete so we can capture that USER_ID.
Does anyone else use a different approach or have a better approach for this process?
Thanks,
--S