TheVillageIdiot27
Programmer
We have an HR database (for third party application) which we need to keep as secure as possible from everyone including members of our IT team (a direction from our HR department).
There is a thin web client which most users access though the intranet which has one SQL server login and a thick client which the HR team use which uses windows authentication.
On top of this obviously we have SA account which is currently known to far to many people within IT, plus domain\administrators have a role.
I plan to remove the "builtin\administrators" and change the sql logins so they are only known to one or two people and a sealed envelope.
The main problem I can envisage with this is that when the database is backed up, does anyone know if in this scenario SQL server would require authentication in order to restore a back up?
I am wondering how other organisations deal with this - maybe they have more trust in their IT team...
There is a thin web client which most users access though the intranet which has one SQL server login and a thick client which the HR team use which uses windows authentication.
On top of this obviously we have SA account which is currently known to far to many people within IT, plus domain\administrators have a role.
I plan to remove the "builtin\administrators" and change the sql logins so they are only known to one or two people and a sealed envelope.
The main problem I can envisage with this is that when the database is backed up, does anyone know if in this scenario SQL server would require authentication in order to restore a back up?
I am wondering how other organisations deal with this - maybe they have more trust in their IT team...