BUG DOC: Log Backup Mode Incorrectly Documented for Maintaining Log Backup Sequence
ID: Q222127
|
The information in this article applies to:
-
Microsoft SQL Server version 7.0
SUMMARY
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.
MORE INFORMATION
REFERENCES
bug #54715 (sqlbug_70)
Additional query words:
Keywords : SSrvDoc_Err kbSQLServ700
Version : winnt:7.0
Platform : winnt
Issue type : kbbug