簡體   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