How do you manage changing out a SQL Server and updating all the clients that connect to it to point to the new server? If I have SQLSERVER1, then buy new hardware and call the new server SQLSERVER2 and migrate all the databases over I have to change the ODBC connections on all the application servers, report servers, some workstations, etc to point to the new SQL Server instance.
Is there a way to point clients at an alias or proxy that points to the real SQL Server instance so it's not necessarily to update all the clients on a change?