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 |
srinivas.alwala
Starting Member
30 Posts |
Posted - 2008-05-30 : 11:01:48
|
Hi,As there were 1 lakh + records were available in a table of sql server 2005 database.There are only 4 users who can access the production server / database.Between such time we came to know that data in that table deleted. As only one record exists out of 1lakh + records.Now, I would like to know/find how the data was deleted or who fired the delete query and keeping only one record inside it.Is there any log maintained whenever a user fires statements/queries in query analyser of sql server 2005.Pls help as this was happened first time but it can be continued.Regards,Srinivas Alwala |
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2008-05-30 : 12:04:49
|
You'd have to purchase a third party tool such as Lumigent's Log Explorer. That's assuming you are not using SIMPLE recovery model and are backing up your transaction log.Tara KizerMicrosoft MVP for Windows Server System - SQL Serverhttp://weblogs.sqlteam.com/tarad/Database maintenance routines:http://weblogs.sqlteam.com/tarad/archive/2004/07/02/1705.aspx |
 |
|
|
|
|