SQL Backup

Latest version: 7.2

SQL Backup

Knowledge Base

SQL error 4208 encountered on backing up

Category: Troubleshooting & error messages
Date: 06 Jul 2011
Product: SQL Backup
You may see the following error in the SQL backup log:

SQL error 4208: The statement BACKUP LOG is not allowed while the recovery model is SIMPLE. Use BACKUP DATABASE or change the recovery model using ALTER DATABASE.

The error has occurred as you cannot perform a transaction log backup on a database that is configured to use the SIMPLE recovery model.

This is a SQL Server configuration problem.

If you wish to commence transaction log backups of these two databases so that you can perform point in time recoveries, you will need to change the database recovery model from SIMPLE to FULL and then perform a full backup of each database so that the recovery model change takes effect.

Document ID: KB201107000514 Keywords: SQL,Backup,1010,3013,4208,simple,recovery

Was this article helpful?

Search support
Forums
Visit the SQL Backup forum.

SQL Backup

all SQL products

all products