Dear All,
I am trying to connect to a remote sql server 2005. So I have install the Microsoft SQL Server Management Studio Express. When I try to connect I get the error below.
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 does not allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server) (Microsoft SQL Server, Error: 53). Can some one please help. I have even port no 1533 on my pc. Thanks.
This support article might give you some more info..
http://support.microsoft.com/kb/914277
By default, SQL 2005 servers are configured to not allow remote connections through TCP/IP. This is a security measure. You will want to ensure that the remote SQL Server you are trying to connect to is configured to allow remote connections.
Hopefully this helps, if not, please post back with more info.
-Steve
|||Also, here is a similar thread that you might want to skim through to see if there are any other ideas there
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=847152&SiteID=1
|||Dear Steve,
I have manage to connect the problem is on my side because of the port I never opened. I realy wish you thanks for all the references you gave and help. Thanks.
|||I am facing same problem.
I want to connect to Remote Server (windows 2003 server). Iam using Deveoper ed. connecting to express ed.
I have allowed TCP-IP and enabled browser service. and restarted server also. windows firewall disabled.
I want to know where port involes in sql server and where to configure port for both sql server server.
Does SP1 creates probelm if it is not installed.