Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 maintain audit trail of access to my SQL server 20

Author  Topic 

alexdcosta
Starting Member

12 Posts

Posted - 2006-09-26 : 10:18:54
Is there any way to maintain audit trail of access to my SQL server 2000 database by any user ?? I need to log the timestamp of any insert/update/delete to any record in a table within the database by the user.

Alex

Kristen
Test

22859 Posts

Posted - 2006-09-26 : 13:43:17
See "triggers to audit changes":

http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=55210&SearchTerms=Trigger,Triggers,audit%20changes

Kristen
Go to Top of Page

X002548
Not Just a Number

15586 Posts

Posted - 2006-09-26 : 13:53:11
Here you go

http://weblogs.sqlteam.com/brettk/archive/2006/08/10/11126.aspx



Brett

8-)

Hint: Want your questions answered fast? Follow the direction in this link
http://weblogs.sqlteam.com/brettk/archive/2005/05/25/5276.aspx

Add yourself!
http://www.frappr.com/sqlteam
Go to Top of Page
   

- Advertisement -