如何在Azure中为MsSql导出目的配置存储

时间:2018-06-14 09:54:12

标签: sql-server azure azure-sql-database azure-storage

我想将listuser文件从azure导出到本地系统according to this link
但是当我进入Export并点击存储配置时:

enter image description here
然后它打开配置表单,但没有任何事情发生,存储选项也关闭

enter image description here

有什么解决方案吗?

2 个答案:

答案 0 :(得分:0)

作为解决方法,您可以使用SqlPackage将Azure SQL数据库导出为计算机中的本地文件夹作为bacpac。

SqlPackage /Action:Export /SourceServerName:SampleSQLServer.sample.net,1433 /SourceDatabaseName:SampleDatabase /TargetFile:"F:\Temp\SampleDatabase.bacpac"

答案 1 :(得分:0)

这可能是Azure门户中的UI错误。

请创建之前的存储帐户以导出Azure SQL数据库,它将按以下方式提供: