Accidentally posted to wrong forum. My apologies--- Trigger Help [modified]
Database
2
Posts
2
Posters
0
Views
1
Watching
-
Hi guys, I have created a trigger for auditing .. I want to keep track of changes made to each field by using a counter. can you let me I go about achieving this task....
modified on Wednesday, January 13, 2010 5:34 AM
-
Hi guys, I have created a trigger for auditing .. I want to keep track of changes made to each field by using a counter. can you let me I go about achieving this task....
modified on Wednesday, January 13, 2010 5:34 AM
If I understand your questions correctly, why dont you create an audit table and always add a record before each update.. so you want an update triger[^]