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
 SQL- Server2008 remote connection-Out of Domain

Author  Topic 

paramu
Posting Yak Master

151 Posts

Posted - 2009-08-05 : 06:51:38
From my domain, when I connect with my Sqlserver 2008 remotely It's connected, no problem.

But when I run the program, out of domain, it's not connecting and showing the error,
"A network-related or instance-specific error occurred while establishing a connection to sql server......(provider; Named pipes provider, error: 40- could not open a connection to sql server).

Any ideas to fix this problem ?

Thankyou guys..!

Paramu @ PARANTHAMAN

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2009-08-05 : 15:04:23
Connect with ServerName,PortNumber.

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Subscribe to my blog

"Let's begin with the premise that everything you've done up until this point is wrong."
Go to Top of Page
   

- Advertisement -