简体   繁体   中英

Fail to connect to a remote SQL server with SQL Server 2008 Management Studio

I'm trying to connect to a remote database with SQL Server 2008 Management Studio. I got the following error:

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, Erreur : 53)

在此处输入图片说明

I think that I have wrong with my config:

在此处输入图片说明

Can someone help me please ?

Steps to find out what the reason is:

  1. Does the SQL server allow remote connections? Main settings SQL Server
  2. Is TCP/IP enabled for client connections and listen on correct IP address / NIC?
  3. Does the firewall on the server allow incoming traffic for the SQL Server port (default 1433)

It is normally one of the 3 points above.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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