Question : reindexing sysobjects

Dear All!

On my Sybase SQL server an index of a sysobjects table got damaged. The table needs to be reindexed, I think. I, however, cannot do that because Sybase denies such act repairing on sysobject tables.("Allow updates" is on.)

Urgent help please!

Thanks in advance

Csabay Károly (Charles)


Answer : reindexing sysobjects

I think that you have to rebuild your database.

1. Create scripts for rebuilding tables, indexes, users, segments, triggers,stored procs etc.
2. Bulk copy your data out.
3. Drop database
4 recreate database
5. create database objects (not indexes)
6. Bulk copy your data in
7 create indexes.

Not a nice action but I fear that it is the only possibility.

Succes, Albert
Random Solutions  
 
programming4us programming4us