Click here to Skip to main content
15,891,567 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello everyone..
I accidentaly run a DELETE command against a table with a wrong WHERE clause.
My database had no backup.
so how can i recover lost data of the table.
thank you.
Posted

See here[^]. Does it look familiar? :-)
 
Share this answer
 
Comments
Manfred Rudolf Bihy 3-May-11 7:21am    
Backup, backup?
I don't this backup you are speaking of :)
My 5+!
This thread is almost 4 years old, but i leave my comment for those who will find this thread with such a trouble. There is a way to recover missing data by using Transaction Logs and LSNs (Log Sequence Numbers). It would be good also to know date and time when happened a lose. There are many steps which you need to do. Just give you a reference where are details http://sqlbak.com/blog/recover-deleted-data-in-sql-server/Hope would be useful
 
Share this answer
 
Comments
CHill60 8-Jul-15 10:11am    
Be careful if you are going to answer old questions with links to a site that sells solutions - even if the link here does not attempt to sell the product. Most people will think it is spam which can lead to your account being closed.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900