Posted in Tools on October 28th, 2008 by SecurityDatabase
T-SQL Script Generator for SQL Server 2000/2005 to Allow Auditing on Database Tables using Triggers and Additional tables for Auditing. SQL Audit is made up of two .NET 2.0 Assemblies: SqlAudit.dll and SqlAuditGenerator.exe
Changelog :
Bug fix: When FireUpdateTriggerForDifferentValuesOnly is set to true, the current script is not handling NULL values.
Added SET ANSI_NULLS OFF to the trigger creation script. (Thanks to Richard Tang: (...) - Security Tools / Configurations checks, Local auditing, Database, SQLAudit
Changelog :
Bug fix: When FireUpdateTriggerForDifferentValuesOnly is set to true, the current script is not handling NULL values.
Added SET ANSI_NULLS OFF to the trigger creation script. (Thanks to Richard Tang: (...) - Security Tools / Configurations checks, Local auditing, Database, SQLAudit