Default port for SQL Server

后端 未结 7 1144
夕颜
夕颜 2020-12-08 09:22

I need to know the default port settings for the following services

  1. SQL Server
  2. SQL Browser
  3. SQL Reporting services
  4. SQL Analysis serv
7条回答
  •  旧时难觅i
    2020-12-08 09:53

    You can use SQL Configuration Manager to set individual IP addresses to use dynamic ports or not (value of 0 = yes, use dynamic port), and to set the TCP port used for each IP.

    But be careful: I recommend first mapping out your instances, IPs, and ports, and planning such that no instances or IPs step on each other before starting to make changes willy-nilly.

提交回复
热议问题