Click here to Skip to main content
15,886,258 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,

I have written trigger for update and delete for a table.
When i update a record the trigger fires and i want to get all the values of the row regardless whether the column value is updated or deleted or not updated.

If i update one column value also i want to get entire row which i am inserting into the other table for audit purpose.

If i don't update any column value i should not insert that row into the other table for audit purpose.



Regards,
Posted
Comments
__TR__ 11-Sep-12 5:57am    
Take a look at this article.
Implementing Audit Trail using Trigger[^]

1 solution

 
Share this answer
 
Comments
nm.nagaraju 12-Sep-12 8:34am    
It works very fine for me and thank you.
Kuthuparakkal 12-Sep-12 8:40am    
Welcome! Plz Mark answer if it helps!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900