How can I get SQL Compare to ignore a specific table constraint by name?

I see that I can ignore all system constraints, etc... but I don't find how to ignore a few explicitely named constraints

Best Answer

  • Kurt_MKurt_M Posts: 199 Silver 1
    Hi @EricM_Bluebay

    Since table constraints fall within the actual table object, there isn't a filter that can be used to directly ignore a specific constraint. I'm afraid we only have the singular project option you mentioned to either ignore all of them, or none of them. Adding a filter to the 'Table' object will only filter it on the object level I'm afraid (for example, adding a filter to exclude tables starting with 'HK').

    Kind regards,

    Kurt McCormick
    Product Support Engineer, Redgate

    Need help? Take a look at our Help Center

Answers

Sign In or Register to comment.