To my understanding, a normal defrag application will not defrag a SQL database.
How would this be done, how would you defrag a SQL database?
What applications could you use and/or what commands would you use?
Kind Thanks.
Software/Hardware used:
ASKED:
September 19, 2004 6:06 AM
UPDATED:
May 2, 2012 5:01 PM
Yes, for external fragmentation u can use Disk keeper…
n for internal fragmentation u can use DBCC REINDEX..
but Theres another option for internal fragmentation…
DBCC INDEXDEFRAG, its an online operation. It does not hold locks long term and thus will not block running queries or updates.