需要 Azure 存储帐户、SQL Server Management Studio (SSMS),以及对运行 SQL Server 的服务器或 Azure SQL 托管实例的访问权限。 此外,用于发出 BACKUP 和 RESTORE 命令的帐户应属于具有“更改任意凭据”权限的 db_backupoperator数据库角色。获取免费的 Azure 帐户。 创
指定要保护的 SQL Server VM 并查询其中的数据库后,Azure 备份服务将在此 VM 上以 AzureBackupWindowsWorkload 扩展名安装工作负荷备份扩展。 此扩展包含协调器和 SQL 插件。 协调器负责触发多种操作(如配置备份、备份和还原)的工作流,插件负责实际数据流。 为了能够发现此 VM 上的数据库,Azure 备份将创建帐户 ...
To access Microsoft Azure Blob Storage, first create an Azure storage account. For more information, see Create a Storage Account Container: A container provides a grouping of a set of blobs, and can store an unlimited number of blobs. To write a SQL Server backup to Azure Blob Storage, ...
还可以通过查看 Windows 事件查看器,在名为SQLBackupToUrl的应用程序日志下查找信息。 由于I/O 设备错误,无法执行请求。 在备份大型数据库时,请考虑COMPRESSION、MAXTRANSFERSIZE、BLOCKSIZE和多个 URL 参数。 请参阅Backing up a VLDB to Azure Blob Storage(将 VLDB 备份到 Azure Blob 存储)。
Container:A container provides a grouping of a set of blobs, and can store an unlimited number of blobs. To write a SQL Server backup to Azure Blob Storage, you must have at least the root container created. You can generate a Shared Access Signature token on a container and grant access...
打开本地的SQL Server Management Studio。首先创建credentials。命令如下: IF NOT EXISTS (SELECT*FROM sys.credentials WHERE credential_identity='BackupDBtoAzureStorageCredential') CREATE CREDENTIAL BackupDBtoAzureStorageCredential WITH IDENTITY='[存储账号名称]',SECRET='[存储账号密钥]'; ...
You can also encrypt the backups for added security, and you can set up a custom schedule to control when the backups are taken. For more information on the benefits of using Microsoft Azure Blob storage for SQL Server backups, seeSQL Server backup and restore with Azure Blob Storage. ...
打开本地的SQL Server Management Studio。首先创建credentials。命令如下: IF NOT EXISTS (SELECT*FROM sys.credentials WHERE credential_identity='BackupDBtoAzureStorageCredential') CREATE CREDENTIAL BackupDBtoAzureStorageCredential WITH IDENTITY='[存储账号名称]',SECRET='[存储账号密钥]'; ...
自承载 Integration Runtime 是一个组件,用于将数据从计算机上的 SQL Server 数据库复制到 Azure Blob 存储。 创建一个适用于 Integration Runtime 名称的变量。 使用唯一名称,并记下该名称。 本教程后面部分需要使用它。 PowerShell 复制 $integrationRuntimeName = "ADFTutorialIR" 创建自我托管的集成运行时。
打开本地的 SQL Server Management Studio。首先创建 Credentials。命令如下: IFNOTEXISTS(SELECT*FROMsys.credentialsWHEREcredential_identity='BackupDBtoAzureStorageCredential')CREATECREDENTIAL BackupDBtoAzureStora geCredentialWITHIDENTITY='[存储账号名称]',SECRET='[存储账号密钥]'; ...