Forum Discussion
JensNilsson
Dec 28, 2021Copper Contributor
What to use ReFS or NTFS?
Hi All I'm preparing for SQL Server 2022 inplace upgrade when it arrives, and have just purchased a new hardware where I will use Windows Server 2022 and SQL Server 2019 Ent. until the new toy ar...
- Dec 29, 2021
JensNilsson , see SQL Server Hardware and software requirements => Hard Disk
ReFS is supported, but because of security reasons not recommended, so better go with NTFS.
Format the disk for data files with a sector size of 64 kb instead of default 4 kb, that's best practice.
olafhelper
Dec 29, 2021Bronze Contributor
JensNilsson , see SQL Server Hardware and software requirements => Hard Disk
ReFS is supported, but because of security reasons not recommended, so better go with NTFS.
Format the disk for data files with a sector size of 64 kb instead of default 4 kb, that's best practice.
JensNilsson
Dec 29, 2021Copper Contributor
Thanks! olafhelper
That helped my decision. The sector size I'm aware of, so that I'll fix 🙂
Have a great new year of 2022
/Jens