Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Remote connection

Author  Topic 

Oopyr
Starting Member

2 Posts

Posted - 2006-05-08 : 10:25:33
How would I connect to remote SQL 2005 database using Management Studio?
The only difference from local DB is that I type IP address instead of server name, right?

I'm getting error:
Testing the registered server failed. Verify the server name, login cridentials, and then click Test again.
Additional information:
An error has occured 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)


I did everything from article "How to configure SQL Server 2005 to allow remote connections"(http://support.microsoft.com/?kbid=914277&SD=tech). SQL Browser enabled. Both TCP/IP and Named Pipes are enabled. Exceptions in firewall for sqlsrvr.exe and sqlbrowser.exe added.
Did not help.

What else could I check?

jen
Master Smack Fu Yak Hacker

4110 Posts

Posted - 2006-05-08 : 20:56:10
did you create an instance aside from the default?

--------------------
keeping it simple...
Go to Top of Page

Oopyr
Starting Member

2 Posts

Posted - 2006-05-09 : 12:15:23
No. It is default instance.
Go to Top of Page

jen
Master Smack Fu Yak Hacker

4110 Posts

Posted - 2006-05-09 : 21:45:58
if you use the name instead of the ip address, what happens?
have you changed the tcp/ip port used? you may need to define that as well



--------------------
keeping it simple...
Go to Top of Page
   

- Advertisement -