We have a sql server 2005 sp2. In maintenance plan I recently changed a database to simple recovery mode according to our vendor. But the maintence backup plan failed with the following message:
Database 'SurveyorDB' will not be backed up because it does not have its recovery model set to Full or BulkLogged.
I know SQL server 2008 have no this problem. But from reading this article at the last paragraph it says it is fixed also in SQL 2005. But apparently not, what could be wrong?
http://www.mssqltips.com/sqlservertip/1219/sql-server-transaction-log-backups-always-fail-with-maintenance-plan/
It should realize it is a simple recovery mode and still mark the entire transactionlog backup job succeed.