server hostname / alias

  • 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....

  • You should be able to use the actual name as well as the alias (or even the IP address).

    John

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply