Hello,
I have a SQL Server Enterprise Edition which holds a database which CDC enabled. I took a backup and then tried to restore it to another SQL Server but Standard Edition. I got below error message:
Msg 3013, Level 16, State 1, Line 1
Msg 934, Level 21, State 1, Line 1
SQL Server cannot load database 'MyDatabase' 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.
Msg 933, Level 21, State 1, Line 1
Database 'MyDatabase' cannot be started because some of the database functionality is not available in the current edition of SQL Server.
The database is restored to the Standard Edition Server but it is marked as "Suspected"
Is there any way to accomplish this task without getting errors?
Javier Villegas | @javier_vill | http://sql-javier-villegas.blogspot.com/
Please click "Propose As Answer" if a post solves your problem or "Vote As Helpful" if a post has been useful to you