FIX: NO_TRUNCATE May Be Added to Backup Log Statement when You Perform a Log Backup from SEM (285952)



The information in this article applies to:

  • Microsoft SQL Server 2000 (all editions)

This article was previously published under Q285952
BUG #: 351714 (SHILOH_bugs)

SYMPTOMS

By default, when you perform a transaction log backup from the SQL Server Enterprise Manager Backup Database dialog box, the Remove inactive entries from transaction log checkbox under the Options tab is selected so the backup should be performed without the NO_TRUNCATE option. However, if you perform the backup and you do not click the Options tab, the server issues the backup log statement with the NO_TRUNCATE option so the entries for completed transactions are not removed from the transaction log upon completion of the backup. If you click the Options tab before you perform the backup, the server issues the backup log statement without the NO_TRUNCATE option as expected.

RESOLUTION

To resolve this problem, obtain the latest service pack for SQL Server 2000. For additional information, click the following article number to view the article in the Microsoft Knowledge Base:

290211 INF: How to Obtain the Latest SQL Server 2000 Service Pack

WORKAROUND

To work around this problem, use either of the following methods:
  • Click the Options tab before you perform the backup and make sure that the Remove inactive entries from transaction log is selected.
  • Issue the BACKUP LOG statement from the SQL Server Query Analyzer, and specify the exact options you need.

STATUS

Microsoft has confirmed that this is a problem in SQL Server 2000. This problem was first corrected in SQL Server 2000 Service Pack 1.

Modification Type:MajorLast Reviewed:10/16/2003
Keywords:kbBug kbfix kbSQLServ2000sp1fix KB285952