I am doing a side by side upgrade from 2k8 to 2k12. The original machine is a named instance and the new machine is a default instance. The goal is to not change connection strings from applications.
If I were going from a default instance to a default instance I could change the DNS A record and have it connect. However, the application are storing the connection string as OLDSERVER\OLDINSTANCE. The A record is only going to change the OLDSERVER name but the connection is still looking for the \OLDINSTANCE.
Can SQL Server 2012 be configured to have the default instance accept connections when they are made to an instance that does not exist?
Thanks, Chris