【发布时间】:2013-11-18 11:08:42
【问题描述】:
我正在阅读一篇文章
我读到了
Let’s say you have two sets of database user one programmers and the other DBA’s. The programmers should be able to fire insert, update and delete queries while DBA’s should be able to create database, backup and do maintenance related activities. But DBA’s should not be able to fire insert, update and delete queries. 但现在因为您拥有固定角色,DBA 可以获得更多访问权限,因此他们甚至可以触发插入、更新和删除查询。
In simple words we need flexible roles.
现在我想澄清一下我加粗的线条是什么意思?
【问题讨论】:
标签: sql sql-server sql-server-2012 database-administration