Thursday, 13 May 2010

Deletion Auditing Trigger in SQL Server

To audit deletions of rows in a SQL Server database, you can use a trigger to log the xml of the table row to a deleted rows table:

0 comments: