Below is an example of how to use a Trigger to audit who updated, deleted or inserted data. The trigger also captures the old an d new values when an update is performed: CREATE TABLE dbo.tblProducts ( ProductId INT IDENTITY(1, 1) CONSTRAINT PK_tblProducts
Read More...