BUG DOC: Log Backup Mode Incorrectly Documented for Maintaining Log Backup SequenceID: Q222127
|
SQL Server 7.0 Books On Line incorrectly documents the effect the log backup mode setting has on the ability to maintain a log backup sequence.
The following topic, SQL Server Architecture - Database Architecture - Physical Database Architecture - Transaction Log Architecture - Truncating the Transaction Log, incorrectly states:
A log backup sequence cannot be maintained for a database that is in log
backup mode. The only BACKUP LOG options that are valid for a database
in log backup mode are the NO_LOG or TRUNCATE_ONLY options.
The paragraph should read:
A log backup sequence cannot be maintained for a database that is in log
truncate mode. The only BACKUP LOG options that are valid for a database
in log truncate mode are the NO_LOG or TRUNCATE_ONLY options.
Additional query words:
Keywords : SSrvDoc_Err kbSQLServ700
Version : winnt:7.0
Platform : winnt
Issue type : kbbug
Last Reviewed: April 2, 1999