My manager wants us to log any operation on any table in our database. The users have access to the database via a web application. The web application logs into the database with a hard coded username rather than the username of the user using the web application. What are some options for logging CRUD operations and tracing them back to a specific user?
Adam
Adam