简体   繁体   English

迁移数据到 Azure SQL DB

[英]Migrate data to Azure SQL DB

How to migrate data from Azure file storage to Azure SQL DB如何将数据从Azure文件存储迁移到Azure SQL DB

Error I am getting Error 40615: Cannot connect to < servername错误我收到错误 40615:无法连接到 < 服务器名

  • I tried to repro this and got the error 40615: Cannot open server我试图重现这个并得到错误40615: Cannot open server在此处输入图像描述

  • Check the connection strings - server name, password, and database name.检查连接字符串 - 服务器名称、密码和数据库名称。

  • Add your client ip to the firewall.将您的客户端 ip 添加到防火墙。 Below are the steps.以下是步骤。

    1. Open the Azure SQL Database in azure portal.在azure门户中打开Azure SQL数据库。
    2. Click Networking点击联网

在此处输入图像描述

  1. Click +Add a firewall rule单击 + 添加防火墙规则
  2. Add the client ip address.添加客户端ip地址。
  3. You can also check allow azure services and resources to access this server.也可以勾选允许azure服务和资源访问此服务器。 This will allow all azure resources to access your database.这将允许所有 azure 资源访问您的数据库。

在此处输入图像描述

Reference: MS Document on IP firewall rules - Azure SQL Database and Azure Synapse Analytics参考:关于IP 防火墙规则的 MS 文档 - Azure SQL 数据库和 Azure Synapse Analytics

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

相关问题 我正在尝试将数据从 Azure 数据库中的一个表迁移到另一个 AWS 数据库中的另一个表。 实现这一目标的最佳方法是什么? - I'm trying to migrate the data from a table in a Azure DB to another table in a different AWS DB. What is the best way to achieve this? 从 Azure 数据工厂连接到 SQL Db 时出错 - Error connecting to SQL Db from Azure Data Factory 无法将数据插入 Azure DB - can not insert data to Azure DB 使用 Azure 数据工厂将 Salesforce 数据迁移到 Dynamics 365 - Using Azure Data Factory to migrate Salesforce data to Dynamics 365 在 Azure SQL DB 中处理错误“提供的数据源类型不支持外部表”? - Handle error "External tables are not supported with the provided data source type" in Azure SQL DB? Azure SQL 数据库:程序化备份和恢复 - Azure SQL DB: Programmatic Backup and Restore 将 Bacpac 文件导入 Azure SQL DB - Import Bacpac file into Azure SQL DB Azure SQL DB P4 未正确缩放 - Azure SQL DB P4 Not Scaling Properly 将 Azure 数据工厂从一个账户迁移到另一个账户 - Migrate Azure Data Factory from one account to another account Power BI - Azure SQL 数据库连接问题 - Power BI - Azure SQL DB connection issue
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM