The penultimate audit trigger framework

Posted by Piotr Rodak on SQL Blogcasts See other posts from SQL Blogcasts or by Piotr Rodak
Published on Mon, 10 May 2010 23:18:00 GMT Indexed on 2010/05/11 0:14 UTC
Read the original article Hit count: 611

So, it’s time to see what I came up with after some time of playing with COLUMNS_UPDATED() and bitmasks. The first part of this miniseries describes the mechanics of the encoding which columns are updated within DML operation. The task I was faced with was to prepare an audit framework that will be fairly easy to use. The audited tables were to be the ones directly modified by user applications, not the ones heavily used by batch or ETL processes. The framework consists of several tables and procedures...(read more)

© SQL Blogcasts or respective owner

Related posts about trigger

Related posts about Tips and Tricks