Connecting Tech Pros Worldwide Help | Site Map

SQL Server does not allow remote connections.

Newbie
 
Join Date: Dec 2007
Posts: 1
#1: Dec 14 '07
Hi.

I've got the some problem when the connecting to SQL Server from Local Computer to the my own SQL Server.

And, Massage is a " An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server dose not allow remote connection. (provider:Named Pipes Provider, error:40 - Could not open a connection to SQL Server) (Microsoft SQL Server, Error:1326)"

I wish, someone explan it about this problam.
Newbie
 
Join Date: Aug 2007
Location: VA
Posts: 6
#2: Oct 2 '08

re: SQL Server does not allow remote connections.


See http://support.microsoft.com/default...EN-US%3b914277.

Check also to see what the name of your SQL Server 2005 instance is (the name you see when you log into SQL Server itself). If SQL Server was installed with a Named Instance, instead of the Default Instance, it will be THAT name, instead of just the FQDN of the server. I had that issue and these two tidbits fixed me right up.

-Tom
OuTCasT's Avatar
Needs Regular Fix
 
Join Date: Jan 2008
Location: South Africa
Posts: 353
#3: Oct 16 '08

re: SQL Server does not allow remote connections.


You will also set Mixed Authentication mode.
and restart sql services
Reply