June 8, 2015 at 11:44 am
Hello All,
I've 2 instances running on SQL server 2014 standard edition. I've to encrypt 1 instance completely. Can this be achieved in SQL server 2014? If not, how can I encrypt the database in SQL server 2014. Any help/input is greatly appreciated.
Thanks
June 8, 2015 at 12:18 pm
When you say "encryption" , do you mean Transparent Data Encryption?
or row level encryption, which requires each protected column to have data type changes, and encryption and decryption routines to handle all the protected columns?
Lowell
June 8, 2015 at 1:00 pm
I meant row level encryption. Sorry about the confusion. Any thoughs how can I achieve that? Thanks
June 8, 2015 at 3:08 pm
First identify what needs encrypting. You'd never encrypt every column, just columns containing sensitive data.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply