January 10, 2011 at 11:12 pm
Dear All,
Unfortunately,I have deleted the table all data, but i do not have the recent backup , is there any way to recever the table data?,
Note , I have full recovery also
January 10, 2011 at 11:23 pm
You can restore your Full Backup as a different name, and insert the data back into your empty table from the backup with a insert into (select ....) statement.
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle
January 10, 2011 at 11:35 pm
Bu My backup was two days older than lost date, so i am struggling.
January 10, 2011 at 11:44 pm
you can only recover back to the last data that you backed up.
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle
January 11, 2011 at 12:43 am
Since your database is in full recovery mode, can't you take a tail log backup and do a point-in-time restore right before you deleted the data?
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
January 11, 2011 at 12:51 am
Do you have log backups? An unbroken chain of log backups from the last full/diff backup up to the point that you deleted data?
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
January 11, 2011 at 7:21 am
Kathi's article on recovery to a point[/url] in time is very good. I have one too[/url]. Basically, assuming you can answer Gail's question with a "yes" this is what you need to do.
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
Viewing 7 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic. Login to reply