We are in the process of migrating and consolidating a few of our SQL
servers. In the process we are upgrading any old server to SQL 2008.
One idea that I had was to begin start using DNS CNAME records for
both SQL Server, and perhaps event the databases themselves.
There is a nice artice about this topic on Tech Republics site:
http://blogs.techrepublic.com.com/networking/?p=460
It sounds like a nice way to abstract the database from a specific SQL
server so that the database could be moved to a new server if required
without any changes to the application code or clients -- just by
making a single DNS change.
However, before I proceed I would like to know if anyone has any
direct experience in using this technique?
Thanks,
Richard