Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 Instances

Author  Topic 

cmf
Starting Member

3 Posts

Posted - 2003-09-25 : 21:55:32
Hi All...

I've lurked for a while and found the depth of wisdom around here astounding. Hopefully, this is an easy one.

I'm running MSDE 2K on a laptop. I'd like to set up three instances - PROD, TEST and DEV. I'm fairly certain I can do this with MSDE. Problem is, I'm not sure how to. OK, I've checked BOL, I've searched MSDN - heck, I seem to remember searching this site - all to no avail. Oh, there's tantalizing references to instances, but no step-by-step instructions.

The reason I want to do this is so I can isolate the environments in case I need to bounce the instance ('cause I write such good code ), but more importantly, it'll help me understand the product a little better from an admin. standpoint.

Anyway, in my travels, I came across sp_addserver and sp_addlinkedserver. Do I go to the master db in QA, enter the required arguments and then register the new server from within EM?

Any help would be greatly appreciated.

Thanks

Mike

PS At the risk of stepping outside the bounds, what's with all the references to Yaks?

JohnDeere
Posting Yak Master

191 Posts

Posted - 2003-09-25 : 23:27:54
New instances are created by installing SQL server again.


Lance Harra
Go to Top of Page

AndrewMurphy
Master Smack Fu Yak Hacker

2916 Posts

Posted - 2003-09-26 : 07:26:51
http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=11284
http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=18619


might explain things....
Go to Top of Page

cmf
Starting Member

3 Posts

Posted - 2003-09-26 : 12:29:29
Thanks Lance.

Can I assume I can name the instance at the time of re-installation? My first install resulted from automagically loading .Net, so I'm thinking it loaded with a default server\instancename - ie, I wasn't given the opportunity to name it.

Andrew

Thanks for the info on the Yak. Interesting mascot. Had no idea their diet included
Chicken Vindaloo <grin>.

Mike
Go to Top of Page

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2003-09-26 : 12:59:12
quote:
Originally posted by cmf

Thanks Lance.

Can I assume I can name the instance at the time of re-installation? My first install resulted from automagically loading .Net, so I'm thinking it loaded with a default server\instancename - ie, I wasn't given the opportunity to name it.

Andrew

Thanks for the info on the Yak. Interesting mascot. Had no idea their diet included
Chicken Vindaloo <grin>.

Mike



Tara
Go to Top of Page
   

- Advertisement -