|
|
firechild
regular
Reg'd: Wed
Posts: 30
|
Re: DBCC Reindex
Thu Jun 05 2008 07:20 AM
|
|
|
The re-index will arrange things to speed up the access of files because the "pointers" are organised for quick searches etc. But the files are still in actual fact in fragments so when users want to access files, it still takes too long and the delays in locating the data the users need, is growing. Its one thing to keep doing a reindex, but its not the solution...
|
|
|
|
|