拒绝除 sa 之外的所有人的所有餐桌
在MS-SQL Server 2008 R2中,有没有办法将表权限设置为“拒绝所有”(选择,插入,更新,删除),所有角色和用户ID(包括未来的),除了sa?
换句话说,除了 sa 之外,表可以变得不可见吗?
In MS-SQL Server 2008 R2, is there a way to set a table permission to "deny all" (select, insert, update, delete), to all roles and user id (including the future ones), except to sa?
In other words, can a table be made invisible except to sa?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
没有
如果您想要一个不可见的表,请将其放入它自己的数据库中,并且根本不设置任何权限。无需拒绝,只需不要授予或创建用户
No
If you want an invisible table, put into it's own database and set no permissions at all. No need to DENY, just do not GRANT or CREATE USER