Options

Applying changes to a DB under Change Data Capture

jahmannjahmann Posts: 4 Bronze 1
edited September 3, 2012 2:18PM in SQL Compare Previous Versions
Hi - I ran into a problem while applying some changes to a Dev database that had CDC enabled on most tables - got an error like this:

Cannot alter column 'CoverageAreaTypeCode' because it is 'enabled for Replication or Change Data Capture'.

I was able to work around these issues, but was wondering:
1 - is there something that I can do in SQL Compare to avoid this problem in the future (it didn't notice I had CDC on in the target), or
2 - are there techniques that I can employ to safely/easily promote changes to a DB that is running CDC ?

I plan on googling for some best practices, but I figured some of you may have already encountered this kind of problem and have some quick advice.

Comments

  • Options
    Thanks for your post.

    I'm afraid we don't have any specific support to handle cdc enabled databases. I think you would need to disable cdc on the object before you try to deploy the changes with SQL Compare and then turn it on again afterwards.

    This might be something that SQL Compare could do as part of the deployment script, so it might be worth logging a feature request for it on our uservoice site:

    http://redgate.uservoice.com/forums/141 ... uggestions
    Chris
Sign In or Register to comment.