August 19, 2009 at 7:50 am
Hi,
I had mistakenly dropped a DB,
pls let me know how can I restrore the same database.
August 19, 2009 at 7:57 am
Restore from backup.
You do have a backup, don't you?
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
August 19, 2009 at 8:47 am
I dont have any back up, it is not a critical db. But i want to restore it
is there any method is there to restore the db.
Pls help me in this regard.
regards,
Ramesh
August 19, 2009 at 8:57 am
You need to have a backup for any database you might want to restore, "critical db" or not.
August 19, 2009 at 9:00 am
If there's no backup, you're probably not getting it back. All database should have backups, critical or not. The only time I can see a DB not needing a backup is when it can be completely and trivially recreated from scratch.
Use your favourite search engine to search for undelete tools. There's a very slim chance that a tool may be able to undelete the database, though I haven't heard of anyone doing this successfully.
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
August 19, 2009 at 9:00 am
if the database was not backed up via sql server. Is the server/machine backed up. Speak to your windows administration team.
--------------------------------------------------------------------------------------
[highlight]Recommended Articles on How to help us help you and[/highlight]
[highlight]solve commonly asked questions[/highlight]
Forum Etiquette: How to post data/code on a forum to get the best help by Jeff Moden[/url]
Managing Transaction Logs by Gail Shaw[/url]
How to post Performance problems by Gail Shaw[/url]
Help, my database is corrupt. Now what? by Gail Shaw[/url]
August 19, 2009 at 1:10 pm
Silverfox (8/19/2009)
if the database was not backed up via sql server. Is the server/machine backed up. Speak to your windows administration team.
Depending on the backup methodology, this probably won't work,. If the database is online, the underlying files are "in-use" and conventional backups will not backup files that are in-use.
-- You can't be late until you show up.
Viewing 7 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic. Login to reply