How to find the port for MS SQL Server 2008?

后端 未结 13 1754
广开言路
广开言路 2020-11-29 02:24

I am running MS SQL Server 2008 on my local machine. I know that the default port is 1433 but some how it is not listening at this port. The SQL is an Express edition.

13条回答
  •  离开以前
    2020-11-29 03:24

    You could also look with a

    netstat -abn
    

    It gives the ports with the corresponding application that keeps them open.

    Edit: or TCPView.

提交回复
热议问题