Can you use sqb2mtf if you have split the backup files?
RML51
Posts: 21
If you split the SQL Backup into two output files, can you use the "sqb2mtf" to get a useable, native, backup file?
e.g. If I have xxxx_backup_1.sqb and xxxx_backup_2.sqb can I use the sqb2mtf command to obtain a usable xxxx_backup.bak file? If so, how?
e.g. If I have xxxx_backup_1.sqb and xxxx_backup_2.sqb can I use the sqb2mtf command to obtain a usable xxxx_backup.bak file? If so, how?
Comments
sqb2mtf <path>\xxxx_backup_1.sqb <path>\xxxx_backup_1.bak
sqb2mtf <path>\xxxx_backup_2.sqb <path>\xxxx_backup_2.bak
RESTORE DATABASE xxxx FROM DISK = '<path>\xxxx_backup_1.bak', DISK = '<path>\xxxx_backup_2.bak'
SQL Backup Consultant Developer
Associate, Yohz Software
Beyond compression - SQL Backup goodies under the hood, updated for version 8