Diagnosing Connection to SQL Server

前端 未结 4 1055
温柔的废话
温柔的废话 2021-01-03 16:10

I\'m trying to create an ODBC connection to SQL Server, but when i do, i get error:

Connection failed:
SQLState: \'01000\'
SQL Server Error: 10060
[Microsoft         


        
4条回答
  •  旧巷少年郎
    2021-01-03 16:48

    By default SQL Native Client seems to look for MSSQLSERVER instance. However, if you use SQLEXPRESS all connections through that will fail.

    Very strange, but try installing your SQL Server with MSSQLSERVER instance name - it should work!

提交回复
热议问题