Is SQL Server/Windows integrated security good for anything?

后端 未结 14 1409
北荒
北荒 2021-01-01 00:07

The distinctions among Windows user permissions and any set of SQL Server GRANTs seem like unrelated concepts. As often as not, it seems to actually be implemented with pseu

14条回答
  •  爱一瞬间的悲伤
    2021-01-01 00:57

    Database may have a fine grained access with lots of settings different for each user. It is not only scenario where you have one user for application access and that is all data security.

    If we are talking about team development then probably there will be user group granted development access to database. Each user in this group will be member of your internal domain and have own passwords which database admin not supposed to manage and even know to allow access to database.

提交回复
热议问题