Tracking changes in a SQL server 2005 database
I have been tasked with developing a solution that tracks changes to a database. For updates I need to capture: date of update old value new value field affected person doing change record id table record is in For deletes: date of delete person doing delete The title/description/id of record deleted. The tables I am tracking changes on all have a title or description field. I'd like to capture this before the record is deleted. table record was in For inserts: date of insert person doing change record id table record is in I've thought of a few ways to do this: I am using stored procedures