Unable to connect to SQL Express "Error: 26-Error Locating Server/Instance Specified)

后端 未结 17 2633
一整个雨季
一整个雨季 2020-12-08 04:33

I am at an loose end with one particular box that is running SQL Server 2008 R2 Express.

  • Windows Firewall is configured to allow inbound TCP & UDP 1433, 14
17条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-08 05:30

    In my case, I Installed SQL Express 2012 and the problem raise after I reboot my PC. I solved so:

    I go to Services -> SQL Server (SQLEXPRESS) and I see that was stopped. I started and It's say an login error. In properties, Tab Log On, I change it to Local System account , then I can start the SQL service.

    Then to test it, I go to SQL Server Management Studio and I connect to .\SQLEXPRESS and it works!

提交回复
热议问题