Track inserts, updates, and deletes
Red Matrix Technologies' SQLAudit auditing tool provides an easy-to-use trigger-based system for tracking inserts, updates, and deletes to your data. Whenever someone changes data in a table you've set up for auditing, SQLAudit logs the transaction type, the date and time of the transaction, the user who updated the record, the name of the updated table, the updated record's primary key, and the original value and the updated value for the fields you selected to audit.
SQ...