Subject Re: [firebird-support] REBUILDING the INDEXES in Firebird
Author Ivan Cruz
kapilpatil84firebird wrote:

>How to do reindexing in Firebird
>Is there any build in SP to do OR we have to fire any SQL command
>
>
>
ALTER INDEX <indexName> INACTIVE;
ALTER INDEX <indexName> ACTIVE;

Note: since ALTER INDEX is a DDL command it cannot be used
inside a stored procedure.

Ivan.