Sql-server – Changing IP address of SQL Server 2012

migrationsql server

I administer a Microsoft SQL Server 2012 instance on VMWare, and I need to change the IP address. Reading similar questions here on the site I am hopeful that the change will be a simple one, but my version in particular hasn't been discussed.

Running SQL Server 2012 on Windows Server 2012 R2, are there any dangers or relevant precautions I should take before changing the IP address?

Best Answer

I would say that SQL Server does care when you change the IP address of your server. It is all based on the configuration of the TCP/IP settings for that given instance.

enter image description here

Once you change the IP, go into SQL Server Configuration Manager and then the Network Configuration. Verify that the new IP was updated properly in the list of IPs for the TCP/IP protocol. If it does not show up, you will likely see the old IP still there, just update it to the new one.

After this you will need to restart the instance.