R
Rex
Hi,
I have about 5 users and I want to keep a track of which user changed
what data in a particular table. I am using SQL server 2000. One
solution that I have thought about is to have two extra columns in the
tables where I want to keep track of who modified or added new
records.
So accordingly I will have two extra columns as 'Modifier' and
'Time_Stamp' in a table. And as soon as any user modifies or adds a
new record, this columns should be filled with its username and a
timestamp when he added or modified a particular record..
The problem is I dont know how to do this.. any help would be
appreciated
Thanks
I have about 5 users and I want to keep a track of which user changed
what data in a particular table. I am using SQL server 2000. One
solution that I have thought about is to have two extra columns in the
tables where I want to keep track of who modified or added new
records.
So accordingly I will have two extra columns as 'Modifier' and
'Time_Stamp' in a table. And as soon as any user modifies or adds a
new record, this columns should be filled with its username and a
timestamp when he added or modified a particular record..
The problem is I dont know how to do this.. any help would be
appreciated
Thanks