Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Index was not longer optimized
Message
From
06/04/2010 13:00:45
 
 
To
06/04/2010 12:28:32
General information
Forum:
Microsoft SQL Server
Category:
Other
Environment versions
SQL Server:
SQL Server 2008
Application:
Web
Miscellaneous
Thread ID:
01458951
Message ID:
01458958
Views:
38
My guess is that the index statistic became inaccurate. You may want to run UPDATE STATISTICS ... WITH FULLSCAN for that index periodically.

>I had an index like this on a table:
>
>
>   CREATE INDEX [IndexCombo1] ON [Reply] ([NoMember]) INCLUDE ([NoThread]) ON [Reply]
>
>
>For some kind of reason, this was not longer optimized. I had to delete the index and recreate it. What could have caused this situation?
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform