Click here to Skip to main content
15,908,906 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have a problem in Sql server Database, Actually I write a wrong update query and also restore previous date backup in same database but i need a same database data earlier time.
Posted
Comments
ZurdoDev 8-Nov-13 15:17pm    
You'll need to restore earlier then.

If you don't have a backup of the point you need, then you're hosed. SQL Server does not keep any sort of unwind history, the only way to 'go back' is to have the right backup to go back to.
 
Share this answer
 
 
Share this answer
 

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