dbTalk Databases Forums  

instance of sql server

comp.databases.ms-sqlserver comp.databases.ms-sqlserver


Discuss instance of sql server in the comp.databases.ms-sqlserver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
David
 
Posts: n/a

Default instance of sql server - 04-22-2006 , 10:54 PM






I am learning SQL Server 2005 and I was told to install a second instance of
SQL Server 2005 on my machine. How can I install a second instance of SQL
Server 2005 on my machine

I already installed SQL Server 2005, I guess this is my first instance. To
install a second instance, do I just run setup again?



Reply With Quote
  #2  
Old   
Dan Guzman
 
Posts: n/a

Default Re: instance of sql server - 04-22-2006 , 11:20 PM






Yes, just run setup again to create a 'named' instance. Setup will ask you
for an instance name.

A computer can have up to 1 default instance (probably what you installed
initially) but many named instances. To connect to the default instance
after installation, specify only the computer name. For the named instance,
specify computer name and instance name separated by a backslash
('ComputerName\InstanceName').

--
Hope this helps.

Dan Guzman
SQL Server MVP

"David" <david_vcp (AT) hotmail (DOT) com> wrote

Quote:
I am learning SQL Server 2005 and I was told to install a second instance
of SQL Server 2005 on my machine. How can I install a second instance of
SQL Server 2005 on my machine

I already installed SQL Server 2005, I guess this is my first instance.
To install a second instance, do I just run setup again?




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.