SQL Server 相当于 Oracle 的虚拟专用数据库吗?

发布于 2024-07-26 03:27:10 字数 46 浏览 6 评论 0原文

SQL Server 相当于 Oracle 的虚拟专用数据库 (VPD) 吗?

What is the SQL Server equivalent to Oracle's Virtual Private Database (VPD)?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

终陌 2024-08-02 03:27:10

对于行/列级安全性和其他方面(例如 SQL Server 中的细粒度访问控制),您可能需要检查此 http://technet.microsoft.com/en-us/library/cc966395.aspx

For row/column level security and other aspects like fine grained access control in SQL Server you might want to check this http://technet.microsoft.com/en-us/library/cc966395.aspx

拥抱影子 2024-08-02 03:27:10

您可以使用 VIEW 对象在 SQL Server 中创建 VPD。 SQL Server 具有 USER 系统函数,它返回数据库用户,类似于 Oracle 的做法。

You can create a VPD in SQL Server using VIEW objects. SQL Server has the USER system function which returns the database user similar to how Oracle does.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文