Finding the NTFS Sector Size via DBCC

You can determine the formatted sector size of the database using DBCC FILEHEADER ('<dbname>').  The DBCC command actually returns quite a lot of information but we are only interested in the sector size column.