December 4, 2013 at 2:48 am
Hi All,
One of my database recovery model is in simple.
Is it possible to take up the transactional backup.(In my guess its not possible).
Is there any other way to recover from this?
Is it possible to change the database recovery model properties like simple recovery model to full??
Thanks in advance,
Avinash
December 4, 2013 at 2:52 am
(1) No.
(2) Recover from what?
(3) Yes.
By the way, there's no need to post the same question in more than one forum.
John
December 4, 2013 at 2:58 am
Have a read through these:
http://www.sqlservercentral.com/articles/Administration/75461/
http://www.sqlservercentral.com/articles/Administration/64582/
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
December 4, 2013 at 6:11 am
How can i change the recovery model properties like simple to full.
December 4, 2013 at 6:18 am
ALTER DATABASE <database name> SET RECOVERY FULL
Please first read the two article I referenced above.
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
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply