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.
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 fromoutside of a domain. But, its not connecting. The named instancedomain and the domain from which i am trying to connect aredifferent. However, i am able to connect default instance of sqlserver 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/ |
 |
|
gattukoli
Starting Member
4 Posts |
Posted - 2009-06-21 : 06:07:18
|
The port is default 1433. |
 |
|
|
|
|