Monday, March 12, 2012

How to find out what port an instance use

I use MSDE 2000 and I want to connect over internet to the server. The
problem is that I use an instance and so the port is not 1433 as it applies
dynamically. How can I find out what port the instance use to listen? With
SQL Server I can use Server Network Utility. Does MSDE have a similar tool?
Can I check the port programmatically (I use VB.NET)?
Thanks.
Hello,
From Start -- Run -- Execute svrnetcn.exe
Thanks
Hari
"KFX" <KFX@.discussions.microsoft.com> wrote in message
news:1F259EEA-86C6-4FFE-82B8-BB1BC58551CD@.microsoft.com...
>I use MSDE 2000 and I want to connect over internet to the server. The
> problem is that I use an instance and so the port is not 1433 as it
> applies
> dynamically. How can I find out what port the instance use to listen? With
> SQL Server I can use Server Network Utility. Does MSDE have a similar
> tool?
> Can I check the port programmatically (I use VB.NET)?
> Thanks.

No comments:

Post a Comment