myfile myfile myfile myfile

Split Backup Files In Sql Server

SQL Server provides the ability to break a backup into multiple files. This can be helpful when the backup is large and you need to distribute the backup across multiple disks. The backup files can also be compressed to save space.

The MAXIMUMFILESIZE parameter specifies the maximum size for a backup file. If the backup reaches this size, it will be split into multiple files. The MAXIMUMFILESIZE parameter can be set to a value between 1 and 2147483647 bytes.

The …