如何从Azure SQL数据库创建BAK文件 [英] How to create BAK file from azure sql db

查看:157
本文介绍了如何从Azure SQL数据库创建BAK文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想将我的Azure SQL数据库移动到另一台主机。但是,我的新主机只允许导入sql db备份文件(.BAK)。
我发现了如何使用SQL Server Management Studio生成.BACPAK文件,但是找不到从Azure SQL数据库创建BAK文件的方法。
请帮助。

I want to move my azure sql db to another host. However my new host allows to import sql db backup-files (.BAK) only; I found out how to generate .BACPAK files with SQL Server Management Studio but I could not find a way to create a BAK-file from my azure sql db. Please help.

推荐答案


但是我的新主机允许导入sql db backup-仅限文件(.BAK);

However my new host allows to import sql db backup-files (.BAK) only;

SQL Azure不提供生成 .bak格式备份文件的本地方法。如果确实需要此格式文件,则可以将BACPAC文件导入到支持导入BACPAC文件的本地SQL Server中。之后,将创建一个新的用户数据库。然后,您可以从本地SQL Server生成 .bak格式的文件。

SQL Azure doesn't provide a native way to generate '.bak' format backup file. If you did need this format file, you could import the BACPAC File to a local SQL Server which supports importing BACPAC File. After that, a new User Database will be created. Then you could generate a '.bak' format file from the local SQL Server.

此外,您还可以尝试使用名为 SqlAzureBakMaker 可以轻松为您制作 .bak文件。

In addition, you also could try a tool named SqlAzureBakMaker which could make '.bak' file for you easily.

这篇关于如何从Azure SQL数据库创建BAK文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆