October 2002
Beginner
1032 pages
23h 5m
English
The different backup log truncation options are often overlooked by new DBAs. Quite frequently new DBAs do not know the options exist, or if they do know about the options, they don't know how or when to use them. The following sections explain each of the options in detail and when to use them.
The TRUNCATE_ONLY option removes the inactive part of the transaction log (truncates) without backing up (copying) the log to a backup device. You do not have to specify a backup device when using TRUNCATE_ONLY because the log is not copied. For example, the syntax to back up the master database transaction log with the TRUNCATE_ONLY option is as follows:
Backup Log master WITH TRUNCATE_ONLY
CAUTION ...
Read now
Unlock full access