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

前端 未结 6 2200
攒了一身酷
攒了一身酷 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:49

    another way i heard that a company has implemented but i haven't seen it is: there's a government body which issues kind of timestamped certificate. each db change is sent to async queue and is timestamped with this certificate and is stored off site. this way noone can delete anything without breaking the timestamp chain.

    i don't know how exactly this works on a deeper level.

提交回复
热议问题