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.
Asked
Active
Viewed 531 times
1 Answers
1
Yes - contig.exe can do this (you want the -a flag)
http://technet.microsoft.com/en-us/sysinternals/bb897428.aspx

James
- 7,643
- 2
- 24
- 33
-
+1 - Good utility, that. – Evan Anderson Sep 23 '09 at 22:14
-
This month's TechNet mag discusses this utility. – Jay Riggs Sep 23 '09 at 22:18