How to find the port for MS SQL Server 2008?

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

    In addition to what is listed above, I had to enable both TCP and UDP ports for SQLExpress to connect remotely. Because I have three different instances on my development machine, I enable 1430-1435 for both TCP and UDP.

    0 讨论(0)
提交回复
热议问题