Is there a way to rename the default instance

  • Hello all,

    I was wondering if there was a way to rename the default instance in MSSQL2000 without renaming the actual server?

  • I'm not sure if this will work.  I don't think so, because
    of the default instance being the servername.
    sp_dropserver 'OLD_NAME' 
    sp_adserver 'NEW_NAME', 'local'
  • Do not forget to stop and restart the SQL Server services as a last step.

    RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."

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

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