Is using a disk defrag utility on a SQL server .DAT device
file OK?
I cannot imagine this is OK, yet can find nothing at
Microsoft saying so. They do have have bad stuff to say
about using NTFS Compression. I was in a meeting on
Thursday, and MS Consulting was telling a customer this
was OK.
Imagine I create a clustered index on a table on this
device. Correct me if I am wrong, but isn't a clustered
index about the physical organization of data pages on the
disk, for fast sequential reads? Wouldn't using a disk
defrag utility (of course shutting down SQL Server so the
file is not in use) blow SQL Server's mind as data pages
are moved underneath it?
Thanks