We have a new SQL 2008 server. We'd like to refer to it as SERVERNAME. However, the server group insists on naming it NAMINGCONVENTION.
We can make an alias in DNS, so that SERVERNAME resolves to the server's IP address.
Can we then connect to SQL Server as SERVERNAME\MSSQLSERVER, or will we need to use NAMINGCONVENTION\MSSQLSERVER ?
Does SQL Server need to know what the alias is?
Thanks....