Click here to Skip to main content
15,898,374 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
I just want to create separate database environments like Development, Testing and Production etc.. in our MS Sql Server 2012, but couldn't able to figure out 'the exact method of doing it'.

I did some research and according to the below link from microsoft, it says..

we can create upto 50 instances in sql server, but i don't know how to create them.

http://msdn.microsoft.com/en-us/library/ms143432.aspx[^]


Note:
1. some of the links suggests to select "Named Instance" instead of "Default Instance" while installing the sql server, but that doesn't creates 5 instances.

2. I already tried to register a new server by navigating to View->Register Server, in sql server 2008 R2, but nothing is appearing.

3. I am not asking about adding Logins/Databases but a new separate environment which should be entirely different from the other instance.

Thanks in advance.
Posted
Updated 19-May-14 21:31pm
v2

1 solution

 
Share this answer
 
Comments
Prathap S V 20-May-14 3:53am    
i wasn't aware that everytime we need to re-install the sql server to create a new instance.
thanks a lot, that worked for me. :)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900