How to Identify port number of SQL server

前端 未结 7 1530
天命终不由人
天命终不由人 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条回答
  • 2021-01-30 07:27
    1. Open Run in your system.

    2. Type %windir%\System32\cliconfg.exe

    3. Click on ok button then check that the "TCP/IP Network Protocol Default Value Setup" pop-up is open.

    4. Highlight TCP/IP under the Enabled protocols window.

    5. Click the Properties button.

    6. Enter the new port number, then click OK.

    enter image description here

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