Here is my scenario:
I have old server eg: A\B (named instance).
I am migrating database to new server C\D (named instance) SQL Cluster.
The problem is there are about 50 + users pointing to the old server(A\B).
So, instead of manually changing connection on 50+ machines, server team suggested that they will create new DNS name and will alias to the old name to connect to C\D.
Doing the above mentioned,we do not need to change anything in the connection even if it has datasource = A\B,
as eventually it will be pointing to new server(C\D), is this true?
Appreciate all the help.