SQL Server Error Code – 22906 the database ‘%s’ cannot be enabled for
In this blog post, you’ll learn more about the SQL Server Error Code 22906 and the error message description that is shown
SQL Server Error Code
22906
SQL Server Error Description for the Code :22906
The database ‘%s’ cannot be enabled for Change Data Capture because a database user named ‘cdc’ or a schema named ‘cdc’ already exists in the current database. These objects are required exclusively by Change Data Capture. Drop or rename the user or schema and retry the operation.
Leave Your Comment