How to find the port for MS SQL Server 2008?

后端 未结 13 1758
广开言路
广开言路 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:20

    This works for SQL Server 2005 - 2012. Look for event id = 26022 in the error log under applications. That will show the port number of sql server as well as what ip addresses are allowed to access.

提交回复
热议问题