SQL Server 2008 listening port settings in IP1, IP2, ....IPn, IPAll

  • How can one tell which of the IP1, IP2, .....IPn, in sql server configuration manager is for the sql server?

    I want to assign a specific port number to the sql server.

    I am aware of the fact that I also need to open that pors in the windows firewall.

    I will type up the ip address, port number in the SSMS connection user interface to connect to the server from a remote location.

  • Hi Tim,

    One way might be to look in the SQL Server log for the entry which is automatically made after the instance is started.

    You will see something along the lines of Server is listening on [10.43.56.5 <ip4> 2020]

    This gives you the address and the port that SQL Server is currently using.

    As you mentioned, you can easily change this within the configuration manager.

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply