3

I can't connect SQL Server Express 2008,I downloaded and installed SQL Server 2008 Express 64Bit, Microsoft SQL Server Management Studio.

And I can't connect to the SQL Server, I tried those options

  1. Disable the firewall
  2. Restart the SQL Server Service at Sql Server Configuration Service, I have two services that aren't working - SQL Server Agent, SQL Server Browser, only SQL Server is running.

Here is the picture of the message - http://i46.tinypic.com/2zjj051.png

Jason Aller
  • 3,541
  • 28
  • 38
  • 38
Yosy
  • 31
  • 2

1 Answers1

7

You have to connect to the named instance.

Try connection to .\SQLEXPRESS or swap that out with the name you used for the default instance.

Chris F
  • 2,886
  • 2
  • 28
  • 33