AuditDatabase.com


Site News
4 May 2008

Working on SQL Server 2008 Triggers
23 January 2008

FAQ page - New questions
14 March 2007

Blog support RSS subscriptions


Last Web Tool Updates
1 Nov 2008

ANSI SQL NUMERIC data type supported in create table script
16 March 2008

SQL Server 2005 triggers code optimizations
16 January 2007

Audit IP address and Application Name using stored procedure helper

Auditing Databases

A typical requirement in Enterprise Database Applications is to know who, when and how certain table record was modified. Most DBMS's don't have intrinsic simple capabilities for auditing table records in a transparent way and present auditing results to
end-users. That's the motivation for developing Auditing Tools.

There are 2 big auditing techniques:

  • Extract audit information from the database transaction log.
  • Audit data changes through database triggers.

Both techniques are valid and work fine. Our auditing tool takes the second approach, generating database triggers code to audit data changes in table rows.


Our Solution

We have developed a WEB trigger generation tool that takes a a table creation script as entry and then generates database audit triggers.
Right now the tool generates triggers for Microsoft SQL Server only. In future versions the tool will also generate triggers for most of the common DBMS's (Oracle, MySQL, DB2, PostGreSQL, etc.)

Here you can learn more about this tool. Try it, it's free!

 

Last Site Update: 1 Nov 2008