In SQL server 2005, if we have included a maintenance plan job to do transaction backup for all user databases, the job may fail if it includes a database with simple recovery mode, the job will fail.
But I notice this is not happening in sql 2008.
Is that true it's something fixed/improved in sql 2008?
Thanks