Click here to Skip to main content
15,896,726 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,
When I connect to server using a Local Machine server name. It is connected .
But I want to connect to server using a desired Instance name.
Posted
Updated 28-Oct-13 20:08pm
v2

To connect to an instance (let's say it is called "MyInstance") just attach "\MyInstance" to the server name or IP

[server IP]\MyInstance
 
Share this answer
 
v2
You can create sql server login with name of your choice.
check the below link for the steps

http://technet.microsoft.com/en-us/library/aa337562.aspx[^]

and even you can do this using sql query also

http://technet.microsoft.com/en-us/library/ms189751.aspx[^]

Hope it will help you.
 
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