gpt4 book ai didi

sql-server - Azure SQL 数据库连接问题

转载 作者:行者123 更新时间:2023-12-03 03:10:37 25 4
gpt4 key购买 nike

我尝试通过 SSMS 访问 Azure 数据库,但收到此错误:

A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: TCP Provider, error: 0 - The wait operation timed out.) (Microsoft SQL Server, Error: 258)

我已在数据库服务器上允许使用我的网络 IP,但它没有说明新 IP 试图获取访问权限。有时会建立连接,但大多数时候我都会收到该错误。我找不到与此特定于 Azure DB 的错误相关的任何内容。有办法解决吗?

最佳答案

以下是连接 SQL Azure 的推荐最佳实践:

客户端驱动程序

  1. 建议获取最新版本

安全和防火墙规则

  1. 启用加密
  2. 关闭信任服务器证书
  3. 打开端口 #1433 和 #1100-114999

管理连接

  1. 30s 连接超时(SqlClient 使用 15s 作为默认连接超时)
  2. 显式指定 tcp 协议(protocol)(SQL DB 仅支持 tcp
  3. 使用连接池

关于sql-server - Azure SQL 数据库连接问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38641309/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com