简体   繁体   English

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

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

I'm working with a third party application (Wonderware Historian) and trying to implement row-level-security.我正在使用第三方应用程序(Wonderware Historian)并尝试实现行级安全性。 The database is hosted on SQL Server 2016 Express, does anyone know if RLS is available in the express editions?数据库托管在 SQL Server 2016 Express 上,有谁知道 RLS 在 Express 版本中是否可用? I've looked all over and can't find a definitive answer.我已经找遍了,找不到确切的答案。

This is what I get, intuition says express doesn't support this but I'd like to be sure before we explore upgrading to SQL Server 2016 (standard).这就是我得到的,直觉上说 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 was correct, I was missing SP1. TZHX 是正确的,我错过了 SP1。 Patched up to SP2 and I'm able to create security policies on SQL Server 2016 Express.修补到 SP2,我能够在 SQL Server 2016 Express 上创建安全策略。

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

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