SQL Server Management Studio 无法使用 Windows 身份验证进行连接
我仅安装了 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 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