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
 SQL Server 2008 Forums
 SQL Server Administration (2008)
 how to add a SQL server Database to your local Man

Author  Topic 

jayram
Starting Member

47 Posts

Posted - 2013-08-20 : 10:42:06
I am trying to connect to a MS SQL 2005 Database SQL server that is on a VM from my local MS SQL 2008 SSMS. i connect using object explorer > Database engine and give the sql server authentication > login > sa and PWD but it throws me an error

"cannot connect to server

additional information is required

a network related or instance-specific error...."

But i am able to RDP into that machine and login with the same sa and pwd and it connects....

any help

jayram
Starting Member

47 Posts

Posted - 2013-08-20 : 10:46:33
on the VM and under services

SQL Server (MSSQLSERVER) - started - automatic
SQL Server Browser - started - automatic
Go to Top of Page

jackv
Master Smack Fu Yak Hacker

2179 Posts

Posted - 2013-08-20 : 12:48:03
Depending on the exact cause of the error , different tests need to occur . Use the tests on this post to establish the root cause - http://www.sqlserver-dba.com/2012/05/cannot-connect-to-sql-server.html

Jack Vamvas
--------------------
http://www.sqlserver-dba.com
Go to Top of Page

jayram
Starting Member

47 Posts

Posted - 2013-08-20 : 14:40:42
Thanks. Adding UDP 1434 solved it.

http://social.msdn.microsoft.com/Forums/sqlserver/en-US/c25147b8-05e3-4839-b236-4569ac87f039/title-connect-to-server-cannot-connect-to-pete

Go to Top of Page
   

- Advertisement -