SQL Server naming issue

  • Hello All,

    I am trying to rename the sql server name; when i tried to use the

    select @@SERVERNAME

    sp_dropserver 'abc'

    sp_addserver 'SQL' ,Local

    I restarted the server, ran -select @@SERVERNAME resulted as SQL.

    But, when I connect - after the server icon it states "abc(SQL server version number- login)"

    Please suggest, I want to see it as "SQL(SQL server version number- login)"

    Server name where the SQL server is installed is abc.

    Thanks,

    Swetha K

  • Got the answer - As is is default instance - sql server inherits the computer name.

    Thanks

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

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