|
-
Jun 22nd, 2005, 04:42 AM
#1
Thread Starter
Fanatic Member
Logging User Activity in MSSQL [RESOLVED]
currently i'm using TRIGGER for INSERT, DELETE, UPDATE which Insert new record to tblLogs
the table structure = UserName | DateTime | ActionTaken (I, D, U) | TableName
everything works fine until i realize that i missed important thing which is the "ColumnName" that user changed coz in here User seem easily forgotten what they have done, that's why i planning using the tblLogs
so the question would be How (if not involved complicated method)? or any other better method?
i open for any idea
thanks
Last edited by erickwidya; Jun 28th, 2005 at 09:07 PM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|