October 10, 2010 at 8:47 pm
Hi All,
Can any one help me on converting redgate backup file .SQB to .BAK File.
I heard that we can convert using CMD line.
I am not sure how to do.
Thanks in Advance.
October 11, 2010 at 5:12 am
Hi,
You can use convert command:
SQLBackupC -SQL "CONVERT 'C:\Backups\pubs.sqb' TO 'C:\Backups\pubs.bak' "
or SQL Backup conversion utility:
sqb2mtf sqb_file_name bak_file_name
Regards
WK
October 12, 2010 at 7:52 am
There's a GUI tool available, too.
You can find all the info here: http://ftp.red-gate.com/supportcenter/Content.aspx?p=SQL%20Backup&c=SQL_Backup/help/6.2/SBU_Installingthegraphicaluserinterface.htm&toc=SQL_Backup/help/6.2/toc84715.htm
October 12, 2010 at 9:28 am
The Redgate compiled help manual in your Redgate client install directory also has full details how to do this. Search the manual for either the "CONVERT" command to use command line or "SQL Backup file converter" for the GUI version.
If you're still stuck post back and let us know!
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply