繁体   English   中英

如何对 Azure Blob 存储中的 Azure SQL 表进行备份和恢复,反之亦然

[英]How to take a backup & Restore of Azure SQL table in Azure Blob storage and vice versa

I want to take an Archival(Backup) of Azure SQL Table to the Azure Blob Storage, I have done the backup in Azure Blob storage using via the Pipeline in CSV file format. 并且从 Azure Blob 存储中,我已使用批量插入过程成功地将数据恢复到 Azure SQL 表中。

但是现在我想使用某种过滤条件从这个 CSV 文件中检索数据。 有什么方法可以在 Azure Blob 存储上应用过滤器查询来检索数据?

有没有其他方法可以以不同的方式进行备份,然后从 Azure 存储中检索数据?

My end goal is to take a backup of the Azure SQL table in Azure Storage and retrieve the data directly from Azure Storage with a filter .

AFAIK,还原数据库时没有这样的过滤选项可用。 但是,当您要求另一种备份和恢复方式时,SQL Server Management Studio (SSMS) 是几乎所有 SQL Server 相关活动最方便使用的平台之一。

您可以使用 SSMS 使用服务器名称和登录密码访问 Azure SQL 数据库。

从微软找到这个官方教程关于如何备份你的 Azure SQL 数据库并将其存储在存储帐户中,然后恢复它。

暂无
暂无

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

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