Sql Server Management Studio 2008:显示表列表需要什么权限?
在 SSMS 2008 中,当我展开表文件夹时,我看到的只是“系统表”文件夹。
在 SSMS 2005 中,当我使用同一帐户连接到完全相同的数据库时,我展开表文件夹并查看所有表。默认显示的表格是否发生了变化?默认情况下它只显示默认架构中的表吗?
In SSMS 2008, when I expand the tables folder, all i see is the "System Tables" folder.
In SSMS 2005, when I connect to the exact same database with same account, I expand the tables folder and see all my tables. Has something changed with which tables are displayed by default? Does it only show tables in the default schema by default?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
发现这与我的用户帐户没有对某些 SYS 对象的选择权限以及对表所有者的选择访问权限有关
found that it was related to my user account not having select permssions on some SYS objects as well as select access to the owner of the tables