I installed SQL Server 2008r2 Express Edition. Afterwards I installed SQL Server 2008r2 Developer Edition on the same computer. When connecting to the computer from Management Studio on another computer the computername only connects to the Express instance. If I type computername\MSSQLSERVER I get an error cannot connect. I found that the SQL Server Browser service was not started, so I started it in SQL Server Configuration Manager. This did not help. I also noticed in the SQL Server Network Configurations that instance MSSQLSERVER had only Shared Memory enabled unlike SQLEXPRESS which had Shared Memory, Named Pipes, and TCP/IP enabled. So I enabled Named Pipes and TCP/IP for MSSQLSERVER. Then I restarted SQL Server (MSSQLSERVER) service. This now produces an error "The request failed or the service did not respond in a timely fashion." In the event log I am getting this message "Login failed for user 'NT AUTHORITY\NETWORK SERVICE'. Reason: Failed to open the explicitly specified database.
What do I have setup wrong?
Thanks,
Fred
Fred Schmid