Basically, I don't care about fragmentation on the disk as a whole, I'm just curious about one file in particular... in my case, a SQL database and transaction log file. I'm looking for something that will provide very basic statistics - number of fragments, average fragement size, etc. I'm NOT looking for fragmentation statistics of the SQL data / indexes - I already know how to get that.

link|improve this question

50% accept rate
feedback

1 Answer

up vote 1 down vote accepted

Yes - contig.exe can do this (you want the -a flag)

http://technet.microsoft.com/en-us/sysinternals/bb897428.aspx

link|improve this answer
+1 - Good utility, that. – Evan Anderson Sep 23 '09 at 22:14
Perfect, even if it isn't GUI. Thanks! – Michael Bray Sep 23 '09 at 22:14
This month's TechNet mag discusses this utility. – Jay Riggs Sep 23 '09 at 22:18
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.