Sign in with Microsoft
Sign in or create an account.
Hello,
Select a different account.
You have multiple accounts
Choose the account you want to sign in with.

Symptoms

Assume that you use the MIRROR TO DISK option when backing up a database in SQL Server 2017 in order to write the backup to multiple targets.  If the disk specified in the MIRROR TO DISK option is formatted with a different sector size than the primary backup target disk, you will receive the following error:

Msg 3212, Level 16, State 0, Line LineNumber

The mirror device "FilePath\FileName" and the mirror device "FilePath\FileName" have different device specifications.

Msg 3013, Level 16, State 1, Line LineNumber

BACKUP DATABASE is terminating abnormally.

Resolution

This issue is fixed in the following cumulative update for SQL Server:

       Cumulative Update 10 for SQL Server 2017

Note: In addition to the cumulative update, you must specify the BLOCKSIZE parameter in the backup command to resolve the difference in formatting.  The BLOCKSIZE parameter should be set to the higher of the two sector sizes. 

For example, if the primary target has a 512B sector size and the mirror disk has a 4K sector size then the BLOCKSIZE parameter should be set to 4096.

Each new cumulative update for SQL Server contains all the hotfixes and all the security fixes that were included with the previous cumulative update. Check out the latest cumulative updates for SQL Server:

Latest cumulative update for SQL Server 2017

Workaround

To work around this issue, you can enable Trace Flag(TF) 1800.

Status

Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section.

References

Learn about the terminologythat Microsoft uses to describe software updates.

Need more help?

Want more options?

Explore subscription benefits, browse training courses, learn how to secure your device, and more.

Communities help you ask and answer questions, give feedback, and hear from experts with rich knowledge.

Was this information helpful?

What affected your experience?
By pressing submit, your feedback will be used to improve Microsoft products and services. Your IT admin will be able to collect this data. Privacy Statement.

Thank you for your feedback!

×