Is it possible to password protect an SQL server database even from administrators of the server ?

Posted by imanabidi on Stack Overflow See other posts from Stack Overflow or by imanabidi
Published on 2010-12-29T07:50:27Z Indexed on 2010/12/29 7:54 UTC
Read the original article Hit count: 143

Filed under:
|
|
|

I want to install an application (ASP.Net + SQL server 2005 express) in local network of some small company for demo but I also want nobody even sysadmin see anything direct from the database and any permission wants a secure pass .

I need to spend more time on this article Database Encryption in SQL Server 2008 Enterprise Edition that i found from this answer is-it-possible-to-password-protect-an-sql-server-database

but

1.I like to be sure and more clear on this because the other answer in this page says :

Yes. you can protect it from everyone except the administrators of the server.

2.if this is possible, the db have to be enterprise edition ?

3.is there any other possible solutions and workaround for this?

thanks in advance

© Stack Overflow or respective owner

Related posts about sql

Related posts about database