简体   繁体   English

表访问安全性-ms sql server azure

[英]table access security - ms sql server azure

I read somewhere that "table access level security" does not exist for sql server azure. 我在某处读到SQL Server Azure不存在“表访问级别安全性”。 Unfortunately, I cannot find the blog/page anymore. 不幸的是,我找不到博客/页面了。 Can experts please clarify this, ideally with some evidence? 专家能否请您澄清一下,最好有一些证据? Thanks. 谢谢。

You have heard it wrong probably; 您可能听错了; It's allowed. 允许 Per MSDN Documentation On: SQL Server Feature Limitations (Azure SQL Database) 每个MSDN文档上:SQL Server功能限制(Azure SQL数据库)

The limitation list doesn't include table level permission security . 限制列表不包括table level permission security

Again, per MSDN Documentation On: GRANT Object Permissions it says 同样,根据《 MSDN 文档:授予对象权限》中的说明

Applies to: SQL Server (SQL Server 2008 through current version), Azure SQL Database . 适用于:SQL Server(当前版本为SQL Server 2008), Azure SQL数据库

Which apparently implies that, you can grant table level access permission in SQL Azure as well. 这显然意味着,您也可以在SQL Azure中授予表级访问权限。

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

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