Subject How recompute all indexes
Author Kulheim Jaroslav
Hello,
instead of daily backup/restore I'd like to recompute automatically all
indexes, something that will generate following script for isql:

alter index A inactive;
alter index A active;
...
alter index Z inactive;
alter index Z active;

Is there any solution with standard command line programs - isql, gpre ?

Thanks, Jaroslav Kulheim