Using Triggers to Track Database Action History

By Bill Graziano on 18 September 2001 | Tags: Stored Procedures


Several State and Federal contracts that I have worked on in the past have wanted to keep track of all changes to a particular record, such as who modified the record, what kind of modification took place, and when the record modification occurred. I decided to solve this problem with triggers because I wanted to capture every action that occurred on a particular table.

Link: Using Triggers to Track Database Action History


Related Articles

Handling SQL Server Errors (5 April 2010)

Testing with Profiler Custom Events and Database Snapshots (22 June 2009)

Debugging Stored Procedures in Visual Studio 2005 (25 June 2007)

Writing CLR Stored Procedures in C# - Returning Data (Part 2) (23 June 2005)

Writing CLR Stored Procedures in C# - Introduction to C# (Part 1) (6 June 2005)

Managed Data Access Inside SQL Server with ADO.NET and SQLCLR (31 May 2005)

An Evaluation of Stored Procedures for the .NET Developer (22 March 2004)

Run CLR code from a stored procedure (14 October 2003)

Other Recent Forum Posts

Aggregation view with Min and Max (9h)

Data file is Compressed - Cannot Re-Attach, Cannot Restore (11h)

Sql trigger assign value to parameter (3d)

Need a sales $ for the past 90 days (4d)

Could you please help me understand recursive queries in SQL? I have been stuck for one week trying to debug (4d)

VS2022, SSIS Excel import (4d)

Need help with the sql code - rolling 12 months count (5d)

Identical SQL Jobs failing (SSIS package) (5d)

- Advertisement -