The statement BACKUP LOG is not allowed while the recovery model is SIMPLE




If you received this error message: "[Microsoft][ODBC SQL Server Driver][SQL Server]The statement BACKUP LOG is not allowed while the recovery model is SIMPLE"

You need to change the Recovery model to FULL. If you are using Microsoft SQL Server 7.0/2000, please refer to the following MSDN article:

1. http://msdn.microsoft.com/en-us/library/aa173678.aspx

Alternatively if you are using MSDE (Used by some desktop applications), please issue the following commands:
osql -E -S [Server Name] -Q "ALTER DATABASE [Database Name] SET RECOVERY FULL"

These will enable transaction logging option for your MSDE databases and allow incremental/differential backup to be run properly.



Was this answer helpful?

Add to Favourites Add to Favourites    Print this Article Print this Article

Also Read
Quota Exceeded (Views: 5143)
Backing up open files (Views: 5530)
Supported Platform List (Views: 6166)

Powered by WHMCompleteSolution

Why DOTNET SERVICES?

All web hosting plans come with the following cool features!
  • Powerful Control Panel
  • 24/7 Email Support
  • 30 Days Money Back Guarantee
  • 99.9% Uptime Guarantee
  • Unlimited Email accounts
  • Unlimited MySQL Databases
  • FREE Domain Name

TELL ME MORE

Follow Us