Subject Re: [firebird-support] Database corrupt - how to tell which index to rebuild
Author Ann W. Harrison
Bob Murdoch wrote:
>
> What if the index is the primary key? Can I alter inactive/active?

Drop the constraint and reassert it. That may cause cascading
problems with referencing foreign key declarations, but you can't
deactivate the index with the constraint in place.


Regards,


Ann