Administer a remote sql server?

Soldato
Joined
12 Jan 2004
Posts
6,824
Location
Londinium
Hey guys,

I need to connect to a remote sql server 2000 instance, can I do this via sql server management studio 2005? The database has been set to allow remote connections.

I've been given the address (MSSQL*******.sql.netbenefit.com) the database number and the username and password.

Any help would be much appreciated.
 
Hmm, whenever I try I get the message:

Code:
Cannot connect to *****.sql.netbenefit.com.

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.

Could it be a problem on my end or on the remote server?
 
Are you sure the address is correct?

The message you've got 'An error has occurred...... allow remote connections' is the default error message for any connection issue - not just if the server is set to disallow remote connections.
 
Are you sure the address is correct?

The message you've got 'An error has occurred...... allow remote connections' is the default error message for any connection issue - not just if the server is set to disallow remote connections.

Thanks for the help guys, I'm chasing the issue up with the guy as I think the problem is on his end.
 
Back
Top Bottom