简体   繁体   English

如何自动化本地到Azure SQL数据库数据导出?

[英]How to Automate On-Premises to Azure SQL Database Data Export?

I have 5 SQL Servers where there is an average of 200 Databases on each of them, how can I go about exporting all of these databases to azure and create the SQL Databases with the same name in azure as well. 我有5个SQL Server,每个服务器上平均有200个数据库,我该如何将所有这些数据库导出到Azure并在Azure中也创建具有相同名称的SQL数据库。

This Can be done using azure automation account feature the DSC Configurations? 这可以使用Azure自动帐户功能DSC配置来完成吗?

Can someone tell me or point me in the right direction for this?? 有人可以告诉我或为此指出正确的方向吗?

Azure Database Migration Service can really help you in this case. 在这种情况下, Azure数据库迁移服务确实可以为您提供帮助。 Locate the service on Azure portal and create a "Migration Service" for each database server. 在Azure门户上找到该服务,并为每个数据库服务器创建一个“迁移服务”。 It will ask you for subscription, resource group, VNET, location and pricing tier. 它将要求您提供订阅,资源组,VNET,位置和定价层。 For the pricing tier choose Basic if you intend to migrate small and medium tier sizes. 对于定价层,如果您打算迁移中小型层,请选择“基本”。 In your case, use "General Purpose". 在您的情况下,请使用“通用”。 Take advantage that SKU choices of database migration service are currently in preview. 利用数据库迁移服务的SKU选项当前处于预览状态。

Once you have created the project you can click on it and the following Migration Wizard will appear. 创建项目后,可以单击它,然后将显示以下迁移向导。 Provide the name of the on-premise database server on step #1. 在步骤#1上提供本地数据库服务器的名称。 On Step #2 select all 200 databases on the server, On Step #3 select the target. 在步骤2,选择服务器上的所有200个数据库,在步骤3,选择目标。 On Step #4 you will have to provide a SMB network share that Migration service will use to take backups of the on-premises database. 在步骤#4中,您将必须提供SMB网络共享,迁移服务将使用该SMB网络共享来获取本地数据库的备份。

在此处输入图片说明

Once you finished the wizard you can follow the progress on the migration project as shown below. 完成向导后,您可以按照如下所示在迁移项目上跟踪进度。

在此处输入图片说明

暂无
暂无

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

相关问题 如何使用Azure数据工厂从云中的本地sql / azure sql数据库转换数据? - How to transform data from on-premises sql/azure sql database in the cloud using Azure Data Factory? 如何将Microsoft Azure连接到本地sql数据库 - how to connect Microsoft Azure to on-premises sql database 如何将本地数据库表标识列数据移动到Azure SQL表 - How to move on-premises database table identity column data to Azure SQL table 无法从 Azure 数据工厂管道中的本地 SQL 数据库将数据插入 Azure SQL 数据库 - Unable to insert data into Azure SQL Database from On-premises SQL Database in Azure data factory pipeline ETL / 从 Azure SQL 数据库到本地 SQL 服务器数据仓库的复制 - ETL / Replication from Azure SQL Database to on-premises SQL Server data warehouse 我可以将数据从本地SQL Server数据库导入到Azure机器学习虚拟机吗? - Can I import data from On-Premises SQL Server Database to Azure Machine Learning virtual machine? 需要选择最佳的Azure服务以访问本地sql数据库 - Need to select best Azure service to access on-premises sql database 将数据从本地SQL Server移到Azure SQL VM - Move Data from On-Premises SQL Server to Azure SQL VM 使用Azure上托管的Web应用程序访问本地SQL数据库 - Accessing on-premises SQL database with web application hosted on Azure Windows Azure上的WCF服务-连接到本地SQL Server数据库 - WCF service on Windows Azure - connecting to on-premises SQL Server database
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM