Reference data in a SQL Server trigger - TechRepublic
General discussion
January 23, 2001 at 02:38 AM
chrisk

Reference data in a SQL Server trigger

by chrisk . Updated 25 years, 5 months ago

How can I refer to the data in a field that kicks of a trigger within the trigger procedure itself? An update to field(A) kicks off trigger(T), but the procedure in trigger(T) needs the value stored in field(A)for comparison purposes. How can I refer to it? Where is it stored? System table?

This discussion is locked

All Comments