I am receiving the following error when trying to backup a database in SQL Server:
System.Data.SqlClient.SqlError: Cannot use the backup file 'C:\Program Files\Microsoft SQL Server\MSSQL13.SQLEXPRESS\MSSQL\Backup\estimates.bak' because it was originally formatted with sector size 512 and is now on a device with sector size 4096.
How can I resolve this?