简体   繁体   English

SQL Server 2014中的数据库角色

[英]Database role in SQL Server 2014

I've a question about db_owner role in SQL Server. 我有一个关于SQL Server中db_owner角色的问题。 Does it mean if the users account in this role, he/she can do anythings on that database? 是否意味着如果用户担任此角色,他/她可以在该数据库上执行任何操作吗? Does db_owner role automatically included rights of other roles such as Db_datareader , Db_datawriter , Db_ddladmin , Db_securityadmin and so on db_owner角色是否自动包含其他角色的权限,例如Db_datareaderDb_datawriterDb_ddladminDb_securityadmin等等

For all your questions,the answer is yes..Taken from BOL .. 对于你所有的问题,答案是肯定的。来自BOL ..

Members of the db_owner fixed database role can perform all configuration and maintenance activities on the database db_owner固定数据库角色的成员可以对数据库执行所有配置和维护活动

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

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