开发者

How to connect SQL Server 2008 Express?

开发者 https://www.devze.com 2022-12-22 10:37 出处:网络
I can\'t connect SQL Server Express 2008,I downloaded and installed SQL Server 2008 Express 64Bit, Microsoft SQL Server Management Studio.

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, o开发者_开发百科nly SQL Server is running.

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


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消