Hi,
I don't know is it possible or not. My users always lie to me about the database is not working and bla bla. They always claim the database didn't save their works, so they lost data. I am speechless because I can't find the evident.
I would like to know is there method(s)in the SQL Server 2005 to find who is doing what on a table with a time frame? I know I can use sp_who to find who is in the database instant. However, I think it is somewhat useless because the sp_who is dealing with a database level. If I want to know who is in what table, the sp_who can't help.
Anyhow, my questions are can anyone helps me or guide me to find the following if it is possible?
1) Each user in the database is doing what in what table? For instance, User A was updating a record in Table A on what time and what date
2) Can I find which user in in what table at the moment?
Thank you very much.
I don't know is it possible or not. My users always lie to me about the database is not working and bla bla. They always claim the database didn't save their works, so they lost data. I am speechless because I can't find the evident.
I would like to know is there method(s)in the SQL Server 2005 to find who is doing what on a table with a time frame? I know I can use sp_who to find who is in the database instant. However, I think it is somewhat useless because the sp_who is dealing with a database level. If I want to know who is in what table, the sp_who can't help.
Anyhow, my questions are can anyone helps me or guide me to find the following if it is possible?
1) Each user in the database is doing what in what table? For instance, User A was updating a record in Table A on what time and what date
2) Can I find which user in in what table at the moment?
Thank you very much.