2/09/2006

Auditing MS SQL DML Statements

Hi,
i have wrote an article on "Auditing MS SQL DML Statements" , how to Audit insert / update / delete statements to get information from which system and who execute the statements , this will gives you power to audit your database without third party software. It uses INSERTED and DELETED tables to get the records that are updated/deleted and inserted.
click here to read full article.