Click here to Skip to main content
15,892,161 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,

I have a windows server that contains an sql server installed on it for a specific department.
I want to add my database to the sql server but, the admin refused because this sql server serves another department and he said I need to install my own server.

My question is: can I install sql server for my department on the same server without affecting their databases? if I installed the sql server again, will it overwrites their sql server or not? if not how can I do that? is there something special or any option to allow me to do that?

Thank you,
Missa
Posted

1 solution

During the install of SQL server it will ask you for an instance name. If you give it a new name it will install a separate instance than what they are using.

It sounds like your admin is overreacting but perhaps they have a policy in place that requires this.

Just go through the install and put in a new instance name and you'll be fine. It won't affect (other than disk space and other resources) the other SQL.
 
Share this answer
 

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