How to protect a database from the Server Administrator in Sql Server

前端 未结 6 2202
攒了一身酷
攒了一身酷 2021-02-08 13:03

We have a requirement from a client to protect the database our application uses, even from their local administrators (Auditors just gave them that requirement).

In the

6条回答
  •  执念已碎
    2021-02-08 13:57

    If you don't want any people in the admin group on the server to be able to access the database, then remove the "BUILTIN\Administrators" user on the server.

    However, make sure you have another user that is a sysadmin on the server!

提交回复
热议问题