SQL Server BACKUP DATABASE is terminating abnormally: Problems with the query, "ResultSet" property not set correctly, parameters not set correctly, or connection not established correctly.
Problem
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.
Solution
SQL Server 2008 Web Edition do not support compression with backup. We need to turn off the compression. Please follow these steps.
1) Open SQL Server "Backup Database Task"
Go to SQL Server Management Studio > Management > Management Plans. Open your maintenance plan with SQL Server backup database task.
2) Turn off compression for SQL Server backup
Choose "Use the default server setting" instead of "compress backup" in the "Set backup compression" dropdown box.
Related Resources
|
Navigator
Other How-Tos
External Windows Resources
External SQL Server Resources
External Webmaster Resources
External Developer Resources
Express SQL Server
CPU: Intel Core 2 Duo E8400
CPU Speed: 3.00GHz
Cache: 6MB
RAM: 4GB RAM
Disk: 2x320GB SATA
RAID: RAID 1
Bandwidth: 1000GB
Win2008 Web or Win2003 STD: Free
IP Addresses: 8
Monthly: $149.00
Detail...
Standard SQL Server
CPU: Quad-Core Xeon E5410
CPU Speed: 2.33GHz
Cache: 12MB
RAM: 4GB RAM
Disk: 2x146GB SCSI
RAID: RAID 1
Bandwidth: 1500GB
Win2008 Web or Win2003 STD: Free
IP Addresses: 8
Monthly: $259.00
Detail...
|