默认情况下,Azure SQL 数据库中的新数据库会将备份存储在复制到配对区域的异地冗余存储 Blob中。 异地冗余有助于防止主要区域中的服务中断影响备份存储。 它还允许在发生区域服务中断的情况下还原其他区域中的数据库。 Azure 门户提供了一个“工作负载环境”选项,可帮助预先设置某些配置。 这些设置可被替换。 此选项...
重要 您透過 T-SQL 建立資料庫時,不會強制執行 Azure 原則。 若要在使用 T-SQL 建立資料庫時指定資料落地,請在CREATE DATABASE 陳述式中使用 'LOCAL' 或 'ZONE' 做為 BACKUP_STORAGE_REDUNDANCY 參數的輸入。相關內容若要深入了解其他 SQL Database 商務持續性解決方案,請參閱商務持續性概觀。 若要變更備份...
For SQL Server 2014, see Automated Backup for SQL Server 2014.Database configuration:Target user databases must use the full recovery model. System databases don't have to use the full recovery model. However, if you require log backups to be taken for model or msdb, you must use the ful...
Azure SQL Database服务中的所有数据库,皆会受到自动备份系统( automated backup system )保护。备份的保留期限会随着订阅的Azure SQL Database 层级而有所不同,Premium 版为 35 天、Standard 版为 14天、Basic 版为 7 天。 时间点还原为一个自助式服务( self-service ),允许客户利用在保留期间所做的的备份来...
Microsoft.Sql/locations/longTermRetentionServers/longTermRetentionDatabases/longTermRetentionBackups/deleteCreate long-term retention policiesPortal Azure CLI PowerShell You can configure SQL Database to retain automated backups for a period longer than the retention period for your service tier. In the...
如果您的備份需求超過此限制,請考慮使用壓縮,並在設定 SQL Server 受控備份至 Microsoft Azure 之前測試備份檔案大小。 測試方法有兩種:一種是藉由備份到本機磁碟,另一種則是利用BACKUP TO URLTransact-SQL 陳述式手動備份到 Microsoft Azure 儲存體。 如需詳細資訊,請參閱SQL Server 備份及 Microsoft Azure Blob ...
SQL Server managed backup to Microsoft Azure can be configured at the database level or at the SQL Server instance level. When configured at the instance level, any new databases are also backed up automatically. Settings at the database level can be used to override instance level defaults on...
此功能也称为SQL Server 备份到 URL。 有关详细信息,请参阅SQL Server Backup to URL。 此功能在 SQL Server 2016 (13.x) 中得到了增强,通过使用块 blob、共享访问签名和条带化实现性能提高和功能改进。 关于共享访问签名的详细信息,请参阅共享访问签名,第 1 部分:了解 SAS 模型。 在 SQL Server 2012 SP1...
5.然后我们执行以下T-SQL语句,如下: declare @url varchar(256) set@url= 'https://leidbbak.blob.core.chinacloudapi.cn/dbcontainer/'+ CONVERT(nvarchar(8), GETDATE(), 112)+ '-AdventureWorks2008.bak' BACKUP DATABASE AdventureWorks2008 TO URL= @url ...
有关备份参数的详细信息,请参阅BACKUP (Transact-SQL)。 Azure Blob 存储中对还原参数的支持 参数支持异常注释 DATABASEY LOGY FROM (URL)YFROM URL 参数用于指定备份文件的 URL 路径。 WITH Options: CREDENTIALY仅当使用 RESTORE FROM URL 选项从 Microsoft Azure Blob 存储还原时,才支持 WITH CREDENTIAL。