2014-12-05 109 views
0

我已經安裝了Microsoft SQL Server 2014 Management Studio,並且在筆記本電腦中使用了它幾周(並且我沒有更改任何設置),但是今天嘗試連接到服務器時出現此錯誤與Windows身份驗證:無法連接到SQL Server 2014

TITLE: Connect to Server

Cannot connect to HOSSEIN.

ADDITIONAL INFORMATION:

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: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server) (Microsoft SQL Server, Error: 53)

我還檢查了SQL Server配置管理器和所有服務正在運行。

+0

許多事情可能會出錯連接到分貝istance:你可以ping它?你知道港口嗎?你可以在該端口telnet和opena套接字? 如果對所有問題都回答,那麼我們可以設置一個別名。 – 2014-12-05 17:33:14

+0

別名工作,非常感謝:-) – 2014-12-05 19:33:04

回答

0

正如您所提到的,SQL服務運行良好。在這種情況下,當您輸入錯誤的SQL Server名稱時會出現上述錯誤,或者可以將其命名爲實例。 如果它是默認的(MSSQLSERVER)實例,那麼在通過SSMS連接SQL Server時嘗試用點(。)代替servername,或者如果它名爲SQL實例,則從SQL Server配置管理器中交叉檢查實例名稱。