INF: SQL Server Agent Automatically Sets "Trunc. Log on Chkpt" for MSDB (257856)
The information in this article applies to:
- Microsoft SQL Server 7.0
- Microsoft SQL Server 2000 (all editions)
This article was previously published under Q257856 SUMMARY
By default, the trunc. log on chkpt database option is set for the SQL Server msdb system database. This helps ensure that the transaction log of the database does not fill up, and prevents problems that may occur due to missing log space in the msdb system database. Because the msdb system database generally remains rather small, full database backups provide a fast alternative to transaction log backups for this database.
IMPORTANT: Although the trunc. log on chkpt option is set to True for the msdb database by default, it is possible for the administrator to switch it to False temporarily by using the SQL Enterprise Manager or the sp_dboption system stored procedure. However, the option only remains False until the next restart of the SQL Server Agent, when the trunc. log on chkpt is set to True again.
In SQL Server 2000, when you set database msdb recovery mode to full, it is changed back to simple recovery mode after restarting SQL Server Agent. It is still because SQL Server Agent sets trunc. log on chkpt upon startup.
Modification Type: | Major | Last Reviewed: | 10/17/2003 |
---|
Keywords: | kbinfo KB257856 |
---|
|