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 2005 Forums
 SQL Server Administration (2005)
 Connection problem to a named instance

Author  Topic 

gattukoli
Starting Member

4 Posts

Posted - 2009-06-19 : 07:55:54
Hi,
I am trying to connect to a sql server 2000 named instace from
outside of a domain. But, its not connecting. The named instance
domain and the domain from which i am trying to connect are
different. However, i am able to connect default instance of sql
server successfully.

Please help on this.

Thanks

dinakar
Master Smack Fu Yak Hacker

2507 Posts

Posted - 2009-06-19 : 12:33:55
check what port is it listening on and see if you can connet by specifying the port number in your connection...

Dinakar Nethi
************************
Life is short. Enjoy it.
************************
http://weblogs.sqlteam.com/dinakar/
Go to Top of Page

gattukoli
Starting Member

4 Posts

Posted - 2009-06-21 : 06:07:18
The port is default 1433.
Go to Top of Page
   

- Advertisement -