sql-server – 连接到SQL Server的间歇性问题

我们每天都会收到几次以下错误
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 requested name is valid,but no data of the requested type was found.).

在进行一些研究时,似乎这是将主机名解析为IP地址的错误.让我感到困惑的是,每次都不会发生这个问题.有没有人见过这个问题?提前致谢.

解决方法

当我遇到类似的间歇性问题时,我发现我有一个DNS搜索后缀列表,其中包含一些过期的域名,导致DNS查询运行超过30秒.由于服务器缓存DNS名称大约20分钟,因此无法使用ping重现问题,因为使用了缓存的DNS条目.

使用“IPCONFIG / ALL”检查搜索后缀列表,尝试使用已清除的DNS缓存“IPCONFIG / FLUSHDNS”重现问题

相关文章

(一)日志传送架构 (1.1)相关服务器 主服务器 :用于生产的服务器,上面运行这生产SQL Server数据库...
(一)事故背景 最近在SQL Server 2012生产数据库上配置完事物复制(发布订阅)后,生产数据库业务出现了...
(一)测试目的 目前公司使用的SQL SERVER 2012高可用环境为主备模式,其中主库可执行读写操作,备库既...
(一)背景个人在使用sql server时,用到了sql server的发布订阅来做主从同步,类似MySQL的异步复制。在...
UNION和OR谓词 找出 product 和 product2 中售价高于 500 的商品的基本信息. select * from product wh...
datawhale组队学习task03