I am restoring a database from a SQL Server Enterprise Edition onto a Standard Edition server. I keep getting an error stating:
Database 'MyDatabase' cannot be started in this edition of SQL Server because part or all of object 'containedmemebersnapshots' is enabled with data compression or vardecimal storage format. Data compression and vardecimal storage format are only supported on SQL Server Enterprise Edition.
As a result, my database is in suspect mode.
Is there any resolution so I can restore this database onto SQL Server Standard Edition?