We currently restore a CDC Enabled SQL2008R2 Enterprise Edition backup to a SQL2008R2 Standard Edition server for our OAT, but when I try to restore the same to SQL2012 Standard Edition using the same scripting I receive the error:
Database 'xx' cannot be opened. It has been marked SUSPECT by recovery.See the SQL Server errorlog for more information.
Msg 934, Level 21, State 1, Line 3
SQL Server cannot load database 'xx' because Change Data Capture is enabled.
The currently installed edition of SQL Server does not support Change Data Capture.
Either disable Change Data Capture in the database by using a supported edition of SQL Server,
or upgrade the instance to one that supports Change Data Capture.
My question is, have the restrictions been tightened up for SQL2012?
Thanks