Click here to Skip to main content
15,896,278 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi


I want to create a log in asp.net c#. In my project there are more than 100 tables , I want if any one can update any table I need the record what is updated and when is updated . I have to use trigger or create another table for every table
Posted

1 solution

You have to create a table for maintain those updated records then you have to keep when it was updated and so on. So go for DML Triggers .

here is the Reference to go
http://www.dotnet-tricks.com/Tutorial/sqlserver/OPUH170312-After-Trigger,-Instead-of-Trigger-Example.html[^]
 
Share this answer
 

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