February 3, 2004 at 1:47 am
my developer has deleted the table from enterprise manager and i had last day backup of database now i want to restore the table to the point from where it was deleted I want full contents of table when it was deleted i dont have todays backup how to proceed ?
February 3, 2004 at 4:13 am
You can proceed (in a complicated manner) if the database was in full or bulk-logged recovery mode AND you've taken regular tlog backups.
If the table was in simple recovery mode then I'm afraid you're stuck. The last full backup is your only choice... restore it to another database and DTS the data across.
Cheers,
- Mark
February 3, 2004 at 4:29 am
If that happened on a production box, I suggest reviewing your security and permission policy and have an interview with that programmer
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
February 3, 2004 at 7:41 am
As McCork states if you have full recovery activated then
backup current log
backup full database (just in case)
restore database from previous backup (last day backup)
roll forward log
If that happened on a production box, I suggest reviewing your security and permission policy and have an interview with that programmer |
Frank, is that your halo slipping but then you've never done that eh!
Far away is close at hand in the images of elsewhere.
Anon.
February 3, 2004 at 7:50 am
O tempora, o mores
To every thing there is a season |
From The Bible, Old Testament Ecclesiastes iii
To every thing there is a season, and a time to every purpose under the heaven:
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply