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.
Author |
Topic |
krishna_br
Starting Member
1 Post |
Posted - 2013-06-20 : 09:08:33
|
I am new to SQL SERVER administration. Last week we faced one problem during the internal testing of a newly developed application. While testing was going on few unwanted rows were inserted in to one table. We could not find from where this data is coming as the trace was not enabled.Is it possible now to find out which DB user\application was responsible for this?Can we find the reason by reading the Transaction Log on this particular date or between two dates?Thank you. |
|
James K
Master Smack Fu Yak Hacker
3873 Posts |
Posted - 2013-06-20 : 15:01:04
|
I don't think it is possible to get this information unless you had some kind of auditing turned on. It would be a very difficult task to read the log file to get this information, if that is possible at all. Log file is geared towards documeting transactions in a form readable by the SQL engine for rollbacks, roll forwards etc. |
|
|
jackv
Master Smack Fu Yak Hacker
2179 Posts |
|
|
|
|