AutoAudit 1.10c

Posted by Paul Nielsen on SQL Blog See other posts from SQL Blog or by Paul Nielsen
Published on Thu, 18 Mar 2010 03:16:00 GMT Indexed on 2010/03/18 3:21 UTC
Read the original article Hit count: 579

Filed under:
|
|
AutoAudit is a free SQL Server (2005, 2008) Code-Gen utility that creates Audit Trail Triggers with: · Created, Modified, and RowVersion (incrementing INT) columns to table · Creates View to reconstruct deleted rows · Creates UDF to reconstruct Row History · Schema Audit Trigger to track schema changes · Re-code-gens triggers when Alter Table changes the table Version 1.10c Adds: · Createdby and ModifiedBy columns. Pass the user to the column and AutoAudit records that username instead of the Suser_Sname...(read more)

© SQL Blog or respective owner

Related posts about Audit Trails

Related posts about AutoAudit