May 19, 2006 at 11:35 am
I am new to SQL server, (I been in Oracle world). I been asked to create a test server registration on the same sever that hosts the Prod SQL server (consisting multiple DBs). How do I do this? Or is it possible at all? Any help is appreciated.
May 19, 2006 at 12:02 pm
If you want to put it on the same physical box you'll need to probably install a second instance. When you go through the SQL installation process, it will ask you to do default or named instance. You can have one default instance (which will be accessed at SERVERNAME), and several default instances (which are named with the scheme: SERVERNAME\INSTANCENAME).
May 19, 2006 at 1:28 pm
Thanks Aaron. I will try this out. I guess the current install that they have created is default, as it is refered as "local" on the physical box. Is there a way to create another instance without going through the whole install process?
May 30, 2006 at 12:59 am
I would say No to your Query,
You should install the another instance with all the binaries.
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply