sql server 图标是什么意思?
我正在使用 SQL Server 2008 Management studio 查看 2005 服务器,并且刚刚添加了 2 个用户。 由于某种原因,它们的图标略有不同,我不确定为什么。
任何人都有一个明确的图标列表及其含义或微软文档的链接,因为我在任何地方都找不到任何东西。
谢谢。
I'm using SQL Server 2008 Management studio viewing a 2005 server and have just added 2 users. For some reason they both have slightly different icons and I'm not sure why.
Anyone have a definitive list of the icons and their meaning or a link to microsoft's doc on it as I can't find anything anywhere.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
连接权限已被撤销和连接权限已被拒绝都是正确的。 我发现导致红色箭头的唯一方法是用户没有对数据库的连接访问权限。
来源 SQL Server QOTD - 2014 年 7 月 2 日(Andy Warren)
Connect permission has been revoked and Connect permission has been denied are both correct. The only way I've found to cause the red arrow is for the user to NOT have connect access to the database.
Source SQL Server QOTD - 2 July 2014 (Andy Warren)
如果用户图标有红色向下箭头,则表示关联的登录已禁用。
If the user icon has a red down arrow, it means the associated login is disabled.
一个图标代表用户帐户,另一个图标代表组帐户。
One icon for user account, another icon is for group account.