I'm trying to backup a database in SQL Server 2008 and have the database compressed using the new compression feature. However, when I run the following code, I get a weird error message:
Backup Database <Database> To Disk 'C:\Backup' With Compression
I get this error message:
Backup Database With Compression is not supported on Standard Edition
Does this mean I have to upgrade to the full version or is there a way to enable compression in standard edition?