Re: Newbie Question on DB Maintenance Plan
- From: Erland Sommarskog <esquel@xxxxxxxxxxxxx>
- Date: Thu, 14 Sep 2006 21:32:44 +0000 (UTC)
DataPro (datapro01@xxxxxxxxx) writes:
If a database is set to full recovery mode, and in setting up a
database maintenance plan you specify a database backup, why in the
wizard is the question asked if you want to back up the transaction
log?
In a db designated full recovery mode wouldn't that be automatic when
taking a backup?
No, you back up the transaction log independetly from the database.
It's a common mistake to run in full recovery but fail to take
transaction log backup. This leads to that the log keeps growing.
On the other hand, if you run simple recovery, you get forget all
about the transaction log.
--
Erland Sommarskog, SQL Server MVP, esquel@xxxxxxxxxxxxx
Books Online for SQL Server 2005 at
http://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/books.mspx
Books Online for SQL Server 2000 at
http://www.microsoft.com/sql/prodinfo/previousversions/books.mspx
.
- Follow-Ups:
- Re: Newbie Question on DB Maintenance Plan
- From: DataPro
- Re: Newbie Question on DB Maintenance Plan
- References:
- Newbie Question on DB Maintenance Plan
- From: DataPro
- Newbie Question on DB Maintenance Plan
- Prev by Date: Re: Can I avoid temp tables, etc.
- Next by Date: Re: Can I avoid temp tables, etc.
- Previous by thread: Re: Newbie Question on DB Maintenance Plan
- Next by thread: Re: Newbie Question on DB Maintenance Plan
- Index(es):
Relevant Pages
|