|
sunitabeck
Flowing Fount of Yak Knowledge
5152 Posts |
Posted - 05/16/2012 : 15:01:41
|
Are you asking how to create a second instance of SQL Server on a computer that already has SQL Server installed on it?
If you are, install SQL Server as you normally would, and along the way you would be prompted to pick a name for the new instance. Give a new name and complete the installation.
You can connect to the database engine of the new instance by specifying the servername in the format COMPUTERNAME\InstanceName.
PS: On SQL Team forums, it is generally considered bad etiquette to post the same question to multiple threads. Also asking unrelated questions on an existing thread is discouraged. |
 |
|