Click here to Skip to main content
15,891,033 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
yesterday i updated some data in database one field how to get old data in that particular field am using sql-2008 any one tell me how to get that old data
Posted
Comments
ssd_coolguy 26-Jun-12 1:15am    
sorry i didn't get your question..
can you elaborate more
rockpune 26-Jun-12 1:36am    
yesterday unfortunately i updated one dataase table field how can i get the old data back on that field

am using sql-2008
rockpune 26-Jun-12 1:37am    
give me any help

1 solution

If you have a backup, you can retrieve it from there.
If you don't then the process gets much, much harder, and you should consider implementing a backup system as a matter of priority.

Basically, if you don't have a backup, you are stuck with retrieving the data through the transaction log. There are companies that can help you - http://www.apexsql.com/sql_tools_logapi.aspx[^] have a free 14 day trial, which may be enough to get your data back.

And then BACKUP!
 
Share this answer
 
Comments
rockpune 26-Jun-12 2:45am    
thnx

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