You get the following error messages when you try to backup all your datbases in SQL Server Maintenance Plan.
Executing the query "BACKUP DATABASE [master] TO DISK = N'C:\\SQL1005_S..." failed with the following error: "BACKUP DATABASE WITH COMPRESSION is not supported on Web Edition (64-bit). BACKUP DATABASE is terminating abnormally.". Possible failure reasons: Problems with the query, "ResultSet" property not set correctly, parameters not set correctly, or connection not established correctly.
SQL Server 2008 Web Edition do not support compression with backup. We need to turn off the compression. Please follow these steps.
Go to SQL Server Management Studio > Management > Management Plans. Open your maintenance plan with SQL Server backup database task.
Choose "Use the default server setting" instead of "compress backup" in the "Set backup compression" dropdown box.