I have a server that has two SQL Server instances(sql server 2005, sp2, enterprise ed) and I was able to connect to the default server from my local instance(SQL Server 2005 sp3, standard ed). but when i couldnt connect the named instance as ComuterName\namedinstance to my local instance. It shows me the following error:
TITLE: New Server Registration
------------------------------
Testing the registered server failed. Verify the server name, login credentials, and database, and then click Test again.
------------------------------
ADDITIONAL INFORMATION: A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified) (Microsoft SQL Server, Error: -1)
I am using windows authentication. However, I created a new SQL login on the named instance and tried to register the server with sql server authentication and it doesnt work.
Please Help! Thanks.