SQL Server Management Studio 无法使用 Windows 身份验证进行连接

发布于 2024-12-17 09:00:58 字数 351 浏览 0 评论 0原文

我仅安装了 SQL Server 2008 Management studio。当我尝试使用 Windows 身份验证 连接到本地服务器时,我无法连接。

我不记得实例名称了。

  • 如何知道我的 SQL Server 的实例名称?

其次,我尝试使用连接但出现错误: 发生网络相关实例...

(.)、(本地)、本地、.\sqlexpress

我也搜索了SO并得到了

  • 仅 Management studio 不足以连接到本地 SQL 吗?

I have installed SQL Server 2008 Management studio ONLY. When I tried connecting to my local server using Windows Authentication, I am not able to connect.

I don't remeber the instance name.

  • How to know the instance name of my SQL Server?

Secondly, i tried connecting using but there is an error:
A network related instance occured...

(.), (local), local, .\sqlexpress

I also searched SO and got same results set.

  • Won't Management studio alone be enough to connect to local SQL?

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

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

发布评论

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

评论(1

書生途 2024-12-24 09:00:58

在 Management Studio 中浏览更多内容应该会告诉您您的实例名称。如果没有任何内容,请尝试查看您的服务并确保“SQL Server”服务已启动。如果您有命名实例,它还会在服务控制台中显示您的命名实例。因此,如果它显示:

SQL Server (MYINSTANCE)

您使用以下方式连接:

.\MYINSTANCE

The browse for more in management studio should tell you your instance name. If nothing is there, try looking at your services and ensure that "SQL Server" service is started. If you have a named instance, it will also show you your named instance in the services console. So if it shows:

SQL Server (MYINSTANCE)

You connect using:

.\MYINSTANCE

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