all groups > sql server (alternate) > september 2006 >
You're in the

sql server (alternate)

group:

Newbie Question on DB Maintenance Plan


Newbie Question on DB Maintenance Plan DataPro
9/14/2006 9:44:15 AM
sql server (alternate):
New to SQL Server. Running SQL Server 2000.

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?

Thanks in advance.

Gerry
Re: Newbie Question on DB Maintenance Plan DataPro
9/14/2006 10:35:03 AM

[quoted text, click to view]

So I'm to assume that its doing a transaction log backup?
Re: Newbie Question on DB Maintenance Plan Ed Murphy
9/14/2006 5:01:56 PM
[quoted text, click to view]

Re: Newbie Question on DB Maintenance Plan Erland Sommarskog
9/14/2006 9:32:44 PM
DataPro (datapro01@yahoo.com) writes:
[quoted text, click to view]

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@sommarskog.se

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
Re: Newbie Question on DB Maintenance Plan DataPro
9/15/2006 4:55:03 AM
Yes I was able to finally glean that from looking through a number of
manuals. Makes sense......I guess it also makes sense not to assume
anything about SQL Server :)

Thanks much for the help.

Gerry


[quoted text, click to view]
Re: Newbie Question on DB Maintenance Plan Greg D. Moore (Strider)
9/20/2006 11:21:22 AM

[quoted text, click to view]

Because you may want to run that at separate times.

For example, I do a full backup 3 nights a week and transaction log backups
every 20 minutes.

[quoted text, click to view]

No.


[quoted text, click to view]

Re: Newbie Question on DB Maintenance Plan Greg D. Moore (Strider)
9/20/2006 11:21:42 AM

[quoted text, click to view]

Not unless you checked the box.


AddThis Social Bookmark Button