Can you encrypt an enitre SQL 2000 database? I understand say hashing a password column in a table but can you encrypt the whole database ... say if someone hacked into the db ... they will not be able to see sensitive data?
Yes and no.
No within SQL there is no way to encrypt the entire database.
Yes if you wrote your app to encrypt every value in every field, then yes, but you would have extremly high overhead.
A better solution would be proper patch managment, good solid firewall/acl setup to protect from the outside, and a nice long extra strong password for the SA account and the NT account that the Service Runs under.
Denny
--Anything is possible. All it takes is a little research. (Me)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.