From: John Grant on
How do you encrypt data in SQL 2005 so the DBA or SQL Server adminstratior
can't decrypt? I don't see an easy way, but I found a blog that indicated it
may be possible.

thanks
-John
From: John Bell on

"John Grant" <JohnGrant(a)discussions.microsoft.com> wrote in message
news:11C07388-2C55-4B15-BA41-4AF2E2A88EDC(a)microsoft.com...
> How do you encrypt data in SQL 2005 so the DBA or SQL Server adminstratior
> can't decrypt? I don't see an easy way, but I found a blog that indicated
> it
> may be possible.
>
> thanks
> -John

Hi John

Stopping a determined System Admin Accessing data encrypted or not in SQL
2005 is not possible, which is one reason to restrict permissions and
keeping them to the minimum a user requires. You may want to read
http://blogs.msdn.com/lcris/archive/2006/11/30/who-needs-encryption.aspx

John