Technology computers-hardware

How to Rename a Virtual Server 2005 Host

    Renaming the Default

    • 1). Turn on your host virtual server and wait for your terminal to open.

    • 2). Enter the following two lines of code to rename your server, replacing "old_name" and "new_name" with your own corresponding values:

      sp_dropserver <old_name>

      GO

      sp_addserver <new_name>, local

      GO

    • 3). Reboot your server.

    Renaming a Named Instance

    • 1). Turn on your host Virtual 2005 server and wait for a terminal to open.

    • 2). Enter the following code to rename your renamed named instance:

      sp_dropserver <old_name\instancename>

      GO

      sp_addserver <new_name\instancename>, local

      GO

    • 3). Replace "old_name\instancename" and "new_name\instancename" in the above step with your own corresponding names. You have now renamed a Virtual Server 2005 host.

Related posts "Technology : computers-hardware"

Innovative And Economical Vxa Tape Technology

Hardware

How to Save a Document to a Flash Drive From Open Office

Hardware

NAS vs DAS, Which Is Better And Why?

Hardware

How to Flash BIOS on a Acer Aspire 5517 Laptop

Hardware

Jet Tec Canon Pg510 And Cl511 Ink Cartridges From Uk Ink Supplies

Hardware

How do I Hook Up My 3M X55i Projector to My Computer?

Hardware

How to Conduct Remote Management of an HP Laserjet 4050

Hardware

How to Copy Games to a Hard Drive

Hardware

How to Hide Windows System Tray Icons

Hardware

Leave a Comment