SQL Server 撤销选择
假设用户“Bob”从 John 获得了 SELECT
权限,Bob 也从另一个用户 Joe 获得了 SELECT
权限,但这次是使用 GRANT
选项。
如果有人用级联撤销选择权限会发生什么?选择权限是否会从 Bob 的帐户以及 Bob 授予该权限的所有帐户中删除(即使他们之前从其他地方拥有该权限?)?
Let's suppose a user, "Bob", gets SELECT
privilege from John and Bob also gets SELECT
privilege from another user Joe but this time with GRANT
option.
What happens if someone revokes the select privilege with cascade? Will the select privilege be removed from Bob's account and all the accounts that Bob gave the privilege to (even if they had it before from somewhere else?)?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,会的。取自 http://msdn.microsoft.com/ en-us/library/ms187728(v=sql.90).aspx
Yes, it will. Taken from http://msdn.microsoft.com/en-us/library/ms187728(v=sql.90).aspx