Audit Trails And SQL

I am developing an ASP application which will interact with a SQL database. A requirement of the application is that there is a full audit trail of any modifications to data. I am struggling a bit to get my head round how to do this - just the concept.

Should I create dummy tables, and when a users asks to modify something, make a copy to the dummy table with date/time/user etc., or is there another recommended way? I have never built in an audit trail before, and have specifically been asked on this occasion, that every single field which is able to be modified by a user can be tracked.

View Replies


ADVERTISEMENT

Implementing Audit Trails

I have got around 7 pages where users can edit existing data. The thing is it is required to have an audit trail of the changes made to any table storing in user information. A google search mainly shows all 600$ softwares which can't be afforded by me. how to implement them.

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved