Hi All,
I am Trying to restore a database backup taken from an SQL server 2008R2 [Enterprise]with CDC to another server SQL 2008R2 [Standard]. The database in question has CDC enabled. Till now everything worked fine and I was able to restore the database successfully. Now, I have installed Service Pack 3 on the standard edition. After the installation, the restore has failed. I do not uses Keep CDC option while restoring as i do not require the functionality on the restored database.
Exception:
SQL Server cannot load database 'XXX' 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.
Database 'Metastorm' cannot be started because some of the database functionality is not available in the current edition of SQL Server.
I have only started to get the exception after Service pack Install.
Any help is appreciated.
Thanks in advance.
Shady