简体   繁体   English

无法使用ODBC连接到SQL Server 2014

[英]Unable to connect to SQL Server 2014 using ODBC

I've set up my first SQL Server 2014 and I am trying to connect to it via ODBC, but I'm getting an error: 我已经设置了我的第一个SQL Server 2014,并且尝试通过ODBC连接到它,但出现错误:

Microsoft SQL Server Native Client Version 11.00.2100 Microsoft SQL Server本机客户端版本11.00.2100

Running connectivity tests... 正在运行连通性测试...

Attempting connection [Microsoft][SQL Server Native Client 11.0]Named Pipes Provider: Could not open a connection to SQL Server [53]. 尝试连接[Microsoft] [SQL Server Native Client 11.0]命名管道提供程序:无法打开与SQL Server [53]的连接。 [Microsoft][SQL Server Native Client 11.0]Login timeout expired [Microsoft][SQL Server Native Client 11.0]A network-related or instance-specific error has occurred while establishing a connection to SQL Server. [Microsoft] [SQL Server本机客户端11.0]登录超时已过期[Microsoft] [SQL Server本机客户端11.0]建立与SQL Server的连接时发生了与网络相关或特定于实例的错误。 Server is not found or not accessible. 找不到服务器或无法访问服务器。 Check if instance name is correct and if SQL Server is configured to allow remote connections. 检查实例名称是否正确以及SQL Server是否配置为允许远程连接。 For more information see SQL Server Books Online. 有关更多信息,请参见SQL Server联机丛书。

TESTS FAILED! 测试失败!

This is the first SQL Server I've set up, so I apologize if I've missed something rudimentary. 这是我设置的第一个SQL Server,因此,如果我错过了一些基本知识,我深表歉意。

Upgrade the driver. 升级驱动程序。 You need to use the 12.0.4100.1 or above driver to run SQL Server 2014 您需要使用12.0.4100.1或更高版本的驱动程序来运行SQL Server 2014

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM