February 25, 2012 at 8:15 am
General Question, How do you restore a SQL database that is using full recovery mode?
February 25, 2012 at 8:48 am
Same way you restore any database.
RESTORE DATABASE <db name> FROM DISK = <location>
specify WITH NORECOVERY if there are additional backups (differential or log backups)
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
February 25, 2012 at 11:28 am
Impact of the Recovery Model on Backup and Restore :-
February 26, 2012 at 8:54 pm
I have read several articles and still haven't found the answer to this. Can anymore give me a step by step answer to my problem?
February 26, 2012 at 9:57 pm
eba.seller (2/26/2012)
I have read several articles and still haven't found the answer to this. Can anymore give me a step by step answer to my problem?
Search for "how to restore a database in sql server 2008" in Google. The first link should do it for you.
--Jeff Moden
Change is inevitable... Change for the better is not.
February 26, 2012 at 9:57 pm
Before getting into the technical points.
What is the error you are getting?
I suggest you to please google and get some scripts to restore the database. if you encounter any issues with the restore let us know we can help you out.
--- babu
February 27, 2012 at 2:45 am
eba.seller (2/26/2012)
I have read several articles and still haven't found the answer to this. Can anymore give me a step by step answer to my problem?
Sure, 2 posts above yours I listed the command. Now, what exactly is the problem?
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
February 27, 2012 at 4:07 am
eba.seller (2/25/2012)
General Question, How do you restore a SQL database that is using full recovery mode?
As you said, its just a general question not a problem. Please let us know the exact problem that you are facing (if any).
Viewing 8 posts - 1 through 7 (of 7 total)
You must be logged in to reply to this topic. Login to reply