SQL Backup to MTF Converter - new user interface available
HJoyce
Posts: 186
If you use the sqb2mft.exe command line utility to convert SQL Backup files into native SQL Server (MTF) backup files, then you may be interested to know that there is now a user interface.
See SQL Backup to MTF Converter on the Red Gate Labs
See SQL Backup to MTF Converter on the Red Gate Labs
Helen Joyce
SQL Backup Project Manager
Red Gate Software
SQL Backup Project Manager
Red Gate Software
Comments
does the sqb2mft.exe require SQL Backup to be installed to convert the sqb files or can i simply run this exe on my DR server and then use SSMS to restore the database if i have to handle an emergency?
thanks
Senior DBA
Careers South West Ltd
Yes, you can use it to convert the backup file to the native SQL Server format so you can then restore it using SSMS.
SQL Backup Project Manager
Red Gate Software
I have tried the exe and it has produced 3 .bak files for one .sqb file, is that because i used 3 threads in the backup job?
thanks again
:lol:
Senior DBA
Careers South West Ltd
I think so. SQL Server does not support multithreaded backups natively, it's a feature of SQL Backup. If you wanted to restore a multithreaded backup in SQL Server, you would need to specify all three files to the RESTORE command, for instance RESTORE DATABASE MyDb from disk='x.bak', disk='y.bak',disk='z.bak'...
i got the restore to work from the multiple .bak files without any issues, i was just wondering why i got 3 and guessed it might be linked to the thread count used on the SQL Backup.
thanks
Senior DBA
Careers South West Ltd
That is why when you converted the SQL Backup file to native format, 3 files were generated as what is what SQL Server requires in order to perform the restore.
SQL Backup Consultant Developer
Associate, Yohz Software
Beyond compression - SQL Backup goodies under the hood, updated for version 8