如何连接SQL Server 2008 Express?
我无法连接 SQL Server Express 2008,我下载并安装了 SQL Server 2008 Express 64 位、Microsoft SQL Server Management Studio。
我无法连接到 SQL Server,我尝试了这些选项
- 禁用防火墙
- 在 Sql Server 配置服务中重新启动 SQL Server 服务,我有两个服务无法正常工作 - SQL Server 代理、SQL Server 浏览器、仅 SQL Server正在运行。
这是消息的图片 - http://i46.tinypic.com/2zjj051.png
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
- Disable the firewall
- 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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您必须连接到命名实例。
尝试连接到 .\SQLEXPRESS 或将其替换为您用于默认实例的名称。
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.