Havent used it in any commercial project but i think it would be a good idea
to presiodically re-create the index using DBCC
Syntax:
dbcc dbreindex('Table','IndexName | Leave wmpty if you wana recreate all
index associated with the table>',Fill Factor | make it 0 if you dont wana
change the fill factor);
You can also define a mainteance plan for it as well using Mainteance wizard

Signature
Mohammad Furqan Baqai
MCAD
> hey all,
> i just configured my sql server to be the session state for my web page for
[quoted text clipped - 5 lines]
> thanks,
> rodchar