Unable to Remote connect to a SQL 2008 server
I just set up a virtual server with Godaddy with CF and SQL Server 2008
The SQL server appears to be running because if I RDC into the server and connect using the Server management Studio, it works. To find the instance I have to look at network devices and I find it under MACHINENAME\SQLINSTANCE
The problem I have is that I want to connect to this instance using server management studio on a computer with SQL2005 installed. I guess/hope that a 2005 can connect to a 2008
I'm not 100% sure what the exact correct format is for the "Server Name" when trying to set it up. I've tried everything I can think of
ServerName\IPNumber\Instance
IPNumber\ServerName\Instance
IPNumber\Instance
Nothing seems to work, it kicks back with a big error, aying it can not connect:
A network-related or instance-specific error occured while establishing a connection to SQL Server.
The server was not found or was not accessible. Verify the instance name is correct and that
SQL Server is configured to allow remote connections (provider: SQL Network Interfaces, Error: 26-
Error Locating Server/Istance Spcified) (Microsoft SQL Server)
The firewall on the server is off, I checked the properties of the instance and the option to allow remote connections is also checked
Anybody have any ideas?
Thanks
Mark
