我在mssql 2008securityadmin
中担任角色。
根据 Docsecurityadmin
角色应该被视为equivalent
sysadmin 角色 可以创建数据库吗?
角色和角色有什么区别securityadmin
sysadmin
我在mssql 2008securityadmin
中担任角色。
根据 Docsecurityadmin
角色应该被视为equivalent
sysadmin 角色 可以创建数据库吗?
角色和角色有什么区别securityadmin
sysadmin
系统管理员
Members of the sysadmin fixed server role can perform any activity in the server.
安全管理员
Members of the securityadmin fixed server role manage logins and their properties.
They can GRANT, DENY, and REVOKE server-level permissions.
They can also GRANT, DENY, and REVOKE database-level permissions
if they have access to a database.
Additionally, they can reset passwords for SQL Server logins.
最后注:
The ability to grant access to the Database Engine and to configure
user permissions allows the security admin to assign most server permissions.
The securityadmin role should be treated as equivalent to the sysadmin role.
供参考..
如果我们明智地谈论范围
sysadmin 角色具有更大的范围,即服务器级别和数据库级别,并且是所有服务器数据库中的超级用户,可以执行任何服务器/管理员/数据库活动。
安全管理员角色也是一个服务器角色,但与系统管理员相比,其范围略小,并且缺少一些特权。
它已多次专门用于授予,拒绝,撤销服务器和数据库角色,对象的权限,也可用于执行作为子句。