繁体   English   中英

SQL Server 2016 Express 中的行级安全性?

[英]Row Level Security in SQL Server 2016 Express?

我正在使用第三方应用程序(Wonderware Historian)并尝试实现行级安全性。 数据库托管在 SQL Server 2016 Express 上,有谁知道 RLS 在 Express 版本中是否可用? 我已经找遍了,找不到确切的答案。

这就是我得到的,直觉上说 express 不支持这一点,但在我们探索升级到 SQL Server 2016(标准)之前,我想确定一下。

CREATE SECURITY POLICY testPolicy
...
Msg 534, Level 15, State 4, Line 1
'CREATE SECURITY POLICY' failed because it is not supported in the edition of this SQL Server instance '...'. See books online for more details on feature support in different SQL Server editions.

TZHX 是正确的,我错过了 SP1。 修补到 SP2,我能够在 SQL Server 2016 Express 上创建安全策略。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM