Click here to Skip to main content
16,017,638 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello,

In my system I have install visual studio 2010 with sql express edition and after that I have install sql server 2008 full edition but when I am connecting to server it only shows sql express . I want to know how to connect sql server.

Thank You.
Posted

If you want to do this from code, use SMO: http://msdn.microsoft.com/en-us/library/ms210425(d=lightweight,v=sql.105).aspx[^]
If you want to check it for yourself, go to the Services management tool, and there you will have every instance with instance name after "SQL Server". Note that the default instance (unnamed) is listed as MSSQLSERVER.
 
Share this answer
 
Hi ,

you can use


select * from sys.servers

now you can get all instances u can accesses like both local and remot connection servers
 
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