what is the process to change the named instance?

  • Hi,

    I have been already installed a named instance say ABC.It has 25 databases. But now my requirement is to change the named instance to XYZ,So how can achieve this?

  • If it is not a cluster you can change by following below steps:

    sp_dropserver old_name

    GO

    sp_addserver new_name, local

    GO

  • It is a clusterd instance...

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

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