Database Engine not appearing in SQL Server listing
        Posted  
        
            by Jonn
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Jonn
        
        
        
        Published on 2010-05-10T11:50:31Z
        Indexed on 
            2010/05/10
            11:54 UTC
        
        
        Read the original article
        Hit count: 247
        
sql-server-2008
|database-engine
I don't know if I'm searching for the wrong queries in google but I can't seem to find an answer to this. I have SQL Server 2008 installed in my pc and according to services.msc, I've got 2 database engines running: SQLEXPRESS (probably one that came along with Visual Studio) and MSSQLSERVER. When I try to connect only SQLEXPRESS is visible in the Server Name drop down list. I tried to explicitly state MSSQLSERVER by typing in
MYPCNAME\MSSQLSERVER
Didn't work. The best solution I could find in the internet was to enable stuff at Configuration Manager. Didn't work either (although I did find that TCP/VIA and all other options were disabled for MSSQLSERVER).
Anyone have any other ideas on what I should try next or probably something that I overlooked?
© Stack Overflow or respective owner