简体   繁体   English

Microsoft Azure导出SQL数据库

[英]Microsoft Azure Export SQL Database

I have a problem exporting the database from MS Azure Web Panel. 我从MS Azure Web Panel导出数据库时遇到问题。 I have a premium account and it says that Storage is not supported for such type of accounts. 我有一个高级帐户,它说这种类型的帐户不支持存储。 Now, is it possible to export it in some way or I have to change my account type first? 现在,是否可以通过某种方式导出它,或者我必须先更改帐户类型?

I have SQL server logins too, but I can't seem to connect to the database via MS SQL Server Manager tool. 我也有SQL Server登录名,但似乎无法通过MS SQL Server Manager工具连接到数据库。 I copy the server name from the Azure Panel and I use these logins, but it says that server is not available. 我从Azure面板复制服务器名称,并使用这些登录名,但它表示该服务器不可用。

I have a premium account and it says that Storage is not supported for such type of accounts. 我有一个高级帐户,它说这种类型的帐户不支持存储。 Now, is it possible to export it in some way or I have to change my account type first? 现在,是否可以通过某种方式导出它,或者我必须先更改帐户类型?

By Premium , I am assuming you mean a Premium LRS kind of Storage Account which only supports Page Blobs . Premium ,我假设您的意思是仅支持Page BlobsPremium LRS类型的存储帐户。

Azure SQL Database export to storage accounts doesn't support Premium storage accounts. Azure SQL数据库导出到存储帐户不支持Premium存储帐户。

From the documentation link :(Emphasis mine on storage account type) documentation link :(强调我的存储帐户类型)

An Azure subscription. Azure订阅。

An Azure SQL Database. Azure SQL数据库。

An Azure Standard Storage account with a blob container to store the BACPAC in standard storage. 具有blob容器的Azure标准存储帐户 ,用于将BACPAC存储在标准存储中。

So, you would need to create a new Standard storage account and use that for backing up your SQL Database. 因此,您将需要创建一个新的Standard存储帐户并将其用于备份SQL数据库。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM