Re: benefits of full recovery**
From: Zarko Jovanovic (mind_less_NOSPAM__at_bigfoot.com)
Date: 11/04/04
- Next message: Manoharan: "Re: SQL Server upgrade"
- Previous message: Dallara: "Streaming out image field data"
- In reply to: maryam rezvani: "benefits of full recovery**"
- Next in thread: maryam rezvani: "Re: benefits of full recovery**"
- Reply: maryam rezvani: "Re: benefits of full recovery**"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 4 Nov 2004 08:31:41 +0100
maryam rezvani wrote:
> Hi
>
> What's the benefit usage to select Full recovery model for a database?
> I know it's better to select simple mode for developement and test
> enviroment.
> But I don't know excatly how can the full recovery model be usefull
> for critical enviroment?
>
> Can any body give me an example?
> Thanks alot
short:
if your DB is in full recovery model, you will have to backup the log, if
you can several times/day. In case of a restore, you probably will not lose
any data, and you can recovery to the point in time (useful if someone
deletes something or some other human error)
long:
see BooksOnLine (mssql help)
- Next message: Manoharan: "Re: SQL Server upgrade"
- Previous message: Dallara: "Streaming out image field data"
- In reply to: maryam rezvani: "benefits of full recovery**"
- Next in thread: maryam rezvani: "Re: benefits of full recovery**"
- Reply: maryam rezvani: "Re: benefits of full recovery**"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|