我们每天都会收到以下错误:
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地址。 令我困惑的是这个问题并不是每一次都会发生。 有没有人见过这个问题? 提前致谢。
当我有类似的间歇性问题时,我发现我有一个DNSsearch后缀列表,其中有一些过期的域,导致DNS查询运行超过30秒。 由于服务器将DNS名称caching大约20分钟,因此无法使用caching的DNS条目重现此问题。
使用“IPCONFIG / ALL”检查search后缀列表,尝试用清除的DNScaching“IPCONFIG / FLUSHDNS”重现问题
我经常在不太理想的连接上看到这个问题,例如无线连接。 99%的时间,这肯定与名称parsing有关。 当你ping的时候,是否可以把名字parsing成一个IP,如果是的话,ping的时间是多less?
通过Management Studio远程连接到实例时是否出现此错误?