Subject Re: [firebird-support] Database corrupt - how to tell which index to rebuild
Author Thomas Steinmaurer
> "Bob Murdoch" <mailgroups@...> wrote:
>
>>
>>What if the index is the primary key? Can I alter inactive/active?
>
>
> -- to deactivate it
> update rdb$indices
> set rdb$index_inactive = 3

Anything special with using 3 instead of 1? Or does it need to be a
value > 0?


Regards,
Thomas