Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

You cannot place a multi-versioned ArcSDE feature class into load_only_io. What are some database maintenance operations I should periodically perform?

0
Posted

You cannot place a multi-versioned ArcSDE feature class into load_only_io. What are some database maintenance operations I should periodically perform?

0

If you data is highly dynamic, you should monitor table fragmentation with DBCC showcontig (‘table_id’). Consult the MS SQL Server 7.0 Books online for detailed information about this command. If you find that your tables are fragmented, recreate your indexes using the above script, placing your layers into load_only_io and then back to normal_io, or by running dbcc dbreindex. You should also run ‘update statistics’ or sp_updatestats periodically to rebuild index key value distributions.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123