Reputation: 1218
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 ?
Upvotes: 0
Views: 386
Reputation: 6222
Steps to find out what the reason is:
It is normally one of the 3 points above.
Upvotes: 1