Unable to connect to SQL Server 2014 using ODBC

点点圈 提交于 2019-12-12 03:28:34

问题


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:

Microsoft SQL Server Native Client Version 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]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. Server is not found or not accessible. Check if instance name is correct and if SQL Server is configured to allow remote connections. For more information see SQL Server Books Online.

TESTS FAILED!

This is the first SQL Server I've set up, so I apologize if I've missed something rudimentary.


回答1:


Upgrade the driver. You need to use the 12.0.4100.1 or above driver to run SQL Server 2014



来源:https://stackoverflow.com/questions/37549437/unable-to-connect-to-sql-server-2014-using-odbc

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!