Change instance name to computer name

  • i am trying to install a system which ask for :

    "The instance name must be the same as computer name."

    the current server of the Sql Server is "SQL Server (AML)"

    how can i change it, so the sql server will run under the computer name and not under the instance name (AML)

    Thnaks

    Peleg

  • Would you not just install a Default instance for SQL server... The SQL Server instance is then referenced using the server name?

    Gethyn Elliswww.gethynellis.com

  • Hi,

    easiest way would be to define a client alias.

    http://msdn.microsoft.com/en-us/library/ms190445.aspx

    regards

  • I'd suggest two things.

    1) set your instance to use 1434, move a default instance to another port

    2) set a DNS entry with an FQDN to point clients to the server. If you have a DNS server, even for the internet, you can add an internal entry for a new host.

Viewing 4 posts - 1 through 3 (of 3 total)

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