I have a database which currently is using by my application. I dodn't want to change anything in my application CORE. But I want to encrypt DATA
and INFORMATION
in which stored
or is storing
in database.
SQL Server 2008
(or 2008 R2) should have an internal mechanism to encrypt and decrypt information which given and taken to application.
How to get it to work? Encryption is needed for all of the fields in Database, numerics, strings, booleans, datetimes, etc.
Any help is appriciated
DBA
also can remove, add or edit any structures(DON'T forget that these are DBAs job)
. I just want to encrypt Information inside tables – Nasser Hadjloo Jan 12 '12 at 9:34