How to restore database using sqb files in SQL SERVER

前端 未结 4 614
北恋
北恋 2021-02-01 04:19

I have a file with sqb extension(e.g: clark.sqb),how should i to restore database using the sqb file.thanks!

4条回答
  •  深忆病人
    2021-02-01 04:34

    I think that's a Red Gate SQLBackup file - have a look here for more information. You should be able to download a trial to try the restore.

    Good luck!

提交回复
热议问题