About 50 results
Open links in new tab
  1. Command line for looking at specific port - Stack Overflow

    Aug 17, 2012 · Is there a way to examine the status of a specific port from the Windows command line? I know I can use netstat to examine all ports but netstat is slow and looking at a specific port …

  2. url - How to find Port number of IP address? - Stack Overflow

    Sep 30, 2011 · We can find out IP address of a domain name or URL. But how to find out Port number on which a domain name is hosted?

  3. How to find SQL Server running port? - Stack Overflow

    Yes I read this How to find the port for MS SQL Server 2008? no luck. telnet 1433 returns connection failed, so I must specify other port. I tried to use netstat -abn but I don't see sqlservr...

  4. How can I find sql server port number from windows registry?

    Feb 11, 2010 · 9 How can I find sql server port number from windows? Is there any generic way to find port number for sql server 2000, 2005 and 2008?

  5. How do I find out which process is listening on a TCP or UDP port on ...

    Original close reason (s) were not resolved Locked. This question and its answers are locked because the question is off-topic but has historical significance. It is not currently accepting new answers or …

  6. How to Identify port number of SQL server - Stack Overflow

    Oct 18, 2013 · This is the only way I could find to get the port number from the client side, without the ability to RDP into the server, or run administrative stored procs. Thanks so much!

  7. Find the PID of a process that uses a port on Windows

    Apr 11, 2013 · Find the PID of a process that uses a port on Windows (e.g. port: "9999") netstat -aon | find "9999" -a Displays all connections and listening ports. -o Displays the owning process ID …

  8. Find the host name and port using PSQL commands

    I have PSQL running, and am trying to get a perl application connecting to the database. Is there a command to find the current port and host that the database is running on?

  9. Find the port number of a specific process by using the PID

    May 19, 2021 · I am using Netstat to find the port number of a specific PID. I have used the following comman to find the PIDs of all the process. My goal is to search for the port number only by using …

  10. How to find the the port number allocated to the web service?

    Mar 21, 2017 · Default HTTPS connection are going through port 443. And that is what your browser is trying when you remove the port number from your URL. You can check the port number for your site …