Author: net guru
Posted: Thu May 08, 2008 4:00 pm
Sorry for a very late response to this post.
You can use DBCC DBREINDEX command to reindex your table data.
| Code: |
| DBCC DBREINDEX('table','index','fillfactorpercentage'); |
1191 items (1191 unread) in 13 feeds
WebDevelopment
(892 unread)
PHP
(82 unread)
ColdFusion
(147 unread)
MicrosoftExchangeServer
(56 unread)
| Code: |
| DBCC DBREINDEX('table','index','fillfactorpercentage'); |