|
|
Question : MS SQL Server 2005 Reindex Software
|
|
Hello,
Instead of using the DBCC command to do an internal defrag or reindex of the database. Does anyone know of any specific or good software that does this and is easy to manage? I am curerntly running Diskeeper to do an external defragmentation, now I am looking for something to allow me to do an internal reindex of the databses.
Thanks Dr Ego
Open in New Window
Select All
|
Answer : MS SQL Server 2005 Reindex Software
|
|
DBCC REINDEX is the only proper (and recommended) way to re-index a table or view within SQL
What do you hope to achieve by running a re-index ... ?
DBCC REINDEXdoes exatly what you say that you are looking for
|
|
|
|