SQL Server Management Studio 无法连接到 Sql Server

发布于 2024-10-03 07:27:22 字数 348 浏览 2 评论 0原文

我已经使用 MS Web Platform Installer 2.0 安装了 Visual Web Developer 2010、SQL Server 2008 R2 和 SQL Management Studio 2008。但每当我想通过 Windows 身份验证 使用 Sql Management Studio 登录 SQL Server 时,它都会抛出一个错误:无法连接到(本地)

然后在下面,它说找不到服务器或无法访问它。

我以前用过Sql Management Studio 2005,可以轻松连接。但这个版本似乎存在一些问题。有人可以帮我吗?谢谢。

I've installed Visual Web Developer 2010, SQL Server 2008 R2 and SQL Management Studio 2008, using the MS Web Platform Installer 2.0. But whenever I wanna login, with Windows Authentication, to SQL Server with the Sql Management Studio it throws me an error: Cannot connect to (local)

And then under that, it says that it can't find the server or it can't access it.

I used to use the Sql Management Studio 2005 before and I could connect easily. But with this version it seems there are some issues. Can someone help me, please? Thank you.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

幽梦紫曦~ 2024-10-10 07:27:22

如果您尝试访问,请在“SQL Server 配置管理器”中检查实例是否正确。
如果不是默认实例,则必须通过 << 访问计算机名称>\<实例名称> (例如:MyComputer\SQLEXPRESS)

如果仍然无法连接,请尝试替换 <计算机名称>通过“localhost”或“127.0.0.1”

Check in the "SQL Server Configuration Manager" the instance is correct if you are trying to access.
If it is not the default instance, you must access by < computer_name >\< instance_name > (eg: MyComputer\SQLEXPRESS)

If still you do not connect, try the replace < computer_name > by "localhost" or "127.0.0.1"

明媚殇 2024-10-10 07:27:22

您是否安装了多个版本的 SQL Server?

如果是这样,您将需要指定完整的实例名称。

Do you have multiple versions of SQL Server installed?

If so, you will need to specify the full instance name.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文