How to restore database using sqb files in SQL SERVER

前端 未结 4 623
北恋
北恋 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

    Just another quick answer - if you have the Redgate SQL Backup application installed, you can do all this through their application and you don't have to mess with commands.

    Tools --> Utilities --> SQL Backup File Converter

提交回复
热议问题