How can we help you today? How can we help you today?

Restoring a DB backed up via SQL Back without SQL back

If I back up a database to multiple files using SQL back (so as to create several smaller files instead of 1 giant bak file) and then move those files to another SQL Server do I have to use SQL Back to restore the DB that is spread across those multiple files?
EdCarden
0

Comments

3 comments

  • petey
    You will need to use SQL Backup if you want to restore directly from those files.

    The alternative is to first convert those files to native SQL Server backup files using the SQBConverterGUI or SQBConverter applications (found in the SQL Backup installation folder), then use SQL Server to restore using those converted files.
    petey
    0
  • EdCarden
    petey wrote:
    You will need to use SQL Backup if you want to restore directly from those files.

    The alternative is to first convert those files to native SQL Server backup files using the SQBConverterGUI or SQBConverter applications (found in the SQL Backup installation folder), then use SQL Server to restore using those converted files.


    Thanks Petey. BTW - I did try and find this info first but could not. Is this restriction mentioned naywhere in the SQL Back documentation? What about any mention of the 2 applications you mentioned, SQBConverterGUI & SQBConverter ?
    EdCarden
    0
  • petey
    I don't know if this 'restriction' is mentioned anywhere in the documentation. If you need a version of SQL Backup to only restore databases, you could contact the Red Gate sales department for options.

    With regards to the conversion applications, it's under 'Tools & Utilities > SQL Backup File Converter'.
    petey
    0

Add comment

Please sign in to leave a comment.