SQL Server - recovery mode

Asked By
20-Nov-09 10:33 AM
Hi, my database is simple recorvery model now, what is the good/bad things if
I swith to full? thanks...
SQL Server
(1)
Bit
(1)
Database
(1)
Descriptionin
(1)
Recorvery
(1)
Rhethoric
(1)
Incurs
(1)
Swith
(1)
  Linchi Shea replied to
20-Nov-09 11:20 AM
Whatever answers you get here are no substitute for the detailed description
in the Books Online on this subject. I suggest you take a read there.

That said, with the full recovery mode, the most significant advantage is
that you can recover to a point in time if you back up your transaction log
regularly and preserve the log backups properly.

I guess the bad thing is that you need to manage your log backups.
Otherwise, you can blow up your transaction log easily.

Linchi
  Jay replied to
20-Nov-09 11:46 AM
If you do not manage your transaction logs, they will fill up your hard drive
and bring the database server down.
  replied to Linchi Shea
20-Nov-09 11:53 AM
Thanks Linchi,

If I siwth to full recovery, will slow down the production a bit?

description
log
things if
  Jay replied to
20-Nov-09 11:58 AM
No. You will be required to do more maintenance though.
  Erland Sommarskog replied to
20-Nov-09 07:12 PM
(someone@js.com) writes:

Wrong question. The right question is: if the database goes belly-up
how much can you afford to lose? Is it OK to restore the most recent
backups (you are taking backups, are not you?), or are you content with
losing recent updates? And this is not meant to be a rhethoric question,
but a real one that you need to ask yourself. Full recovery will help
you reduce data-loss in case of a disaster. But it comes with a cost, as
it incurs more management.


--
Erland Sommarskog, SQL Server MVP, esquel@sommarskog.se

Links for SQL Server Books Online:
SQL 2008: http://msdn.microsoft.com/en-us/sqlserver/cc514207.aspx
SQL 2005: http://msdn.microsoft.com/en-us/sqlserver/bb895970.aspx
SQL 2000: http://www.microsoft.com/sql/prodinfo/previousversions/books.mspx
  replied to Jay
01-Dec-09 01:16 PM
Thanks Jay,

If I swith to Full, can I still have one bak file or the log files are
separate?
Create New Account
help
Problem with casting value under 64-bit sql server 2005 vs under32-bit sql server 2005 SQL Server Hello - I have a strange problem when casting value under 64-bit sql server 2005
64 / 32 bit SQL Server SQL Server Hi. I have a 64-bit server that I'm running SQL Server on but I'm not sure if SQL Server is 64 bit or 32
SQL server 2008 64 bit SQL Server Hi, Does anyone know the diff between SQL2008 32 bit adn 64 bit. What kind of situation the we need to have WIN 64 bit + sql server 64 bit? Thanks, SQL Server Discussions SQL Server 2008 (1) Disk (1) Bit
Can you run 64-bit and 32-bit SQL server on same 64-bit Server? SQL Server I'm new to SQL Server, so please forgive my ignorance. One project I'm
SQL SERVER 64 bit SQL Server Can I use SQL SERVER 64 bit, but connect using 32 bit client library? (.NET and ADO) SQL Server Discussions SQL Server