Click here to Skip to main content
15,886,578 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
I installed visual studio 2013 ultimate and i want to connect in built SQL server 2012. so how to connect in built SQL server 2012 in visual studio 2013 that means what is default server name in server explorer

What I have tried:

I installed visual studio 2013 ultimate and i want to connect in built SQL server 2012. so how to connect in built SQL server 2012 in visual studio 2013 that means what is default server name in server explorer
Posted
Updated 12-May-16 9:07am

1 solution

Chances are you're using either SQL Server Express or LocalDb. If it's SQL Express, the default server name for an instance running on your dev machine would be ".\SQLEXPRESS".
 
Share this answer
 
Comments
datta789 12-May-16 15:19pm    
yes i have already tried your suggested server name but it givers error-40 so that i have asked
Richard Deeming 12-May-16 15:21pm    
Might have been a good idea to mention that in the "What I have tried" box, instead of just repeating the question.
Dave Kreskowiak 12-May-16 15:34pm    
Open up the Control Panel Add/Remove Programs or Programs and Features and go find which version of SQL Server is installed. Without that, you're just guessing at what you've got.

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