How to Identify port number of SQL server

前端 未结 7 1541
天命终不由人
天命终不由人 2021-01-30 06:52

I Install SQL server in my system and I have to check on which port number SQL is working in my system

7条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-01-30 07:22

    To check all the applications listening on all ports, there is command:

    netstat -ntpl
    

提交回复
热议问题