Click here to Skip to main content
15,888,286 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
C#

C#



I did some googling, but didn't find clear details (honestly I didn't rigorously check google) nonetheless, I basically wanna track who logged in, who changed what (delete or add or update) in an sql server 2005 database from my c# program. Where / How do I begin?
Posted
Comments
[no name] 1-May-14 8:24am    
Start by doing a google search for "transaction logs"

There are some built in security audits you can use and there are third party auditing tools. You may want to search for sql auditing tools. That will be much easier than trying to write it yourself.
 
Share this answer
 
Check following link

Track Data Changes (SQL Server)[^]
 
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