Hi NanaSutisna-7928,
SQL Server supports disk drives that have standard native sector sizes of 512 bytes and 4 KB.
If you are using Advanced Format Disks that are physically formatted with 4,096 bytes, but expose a logical sector size of 512 bytes, then you must update your SQL Server systems with the following fixes to be in a supported state:
- Windows Update to enable correct recognition and reporting of physical and logical sector size:
2553708 A hotfix rollup that improves Windows Vista and Windows Server 2008 compatibility with Advanced Format disks
982018 An update that improves the compatibility of Windows 7 and Windows Server 2008 R2 with Advanced Format Disks is available - SQL Updates to use the updated logical and physical sector sizes in the SQL Server transaction log manager:
SQL Server 2008 R2 Service Pack 1 and later versions of SQL Server 2008 R2
SQL Server 2012 RTM and later versions of SQL Server 2012
If you use Advanced Format Disks without the updates that are mentioned earlier in this section, there is a risk of potential data loss and performance issues. Disk drives that have native 4KB sector size (both physical and logical) will work fine without the Windows and SQL updates.
In addition, please check if there are any network or CPU issue.
Please refer to Hard disk drive sector-size support boundaries in SQL Server and Microsoft support policy for 4K sector hard drives in Windows which might help.
Best Regards,
Amelia
If the answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.