Download How to Identify port number of SQL server - Stack Overflow book pdf free download link or read online here in PDF. Read online How to Identify port number of SQL server - Stack Overflow book pdf free download link book now. All books are in clear copy here, and all files are secure so don't worry about it. This site is like a library, you could find million book here by using search box in the header.
Open SQL Server Management Studio; Connect to the database engine for which you need the port number; Run the below query against the database. select distinct local_net_address, local_tcp_port from sys.dm_exec_connections where local_net_address is not null. The above query shows the local IP as well as the listening Port number
Read : How to Identify port number of SQL server - Stack Overflow pdf book online Select one of servers for direct link: |
---|