Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Encrypting Column data and using triggers

Status
Not open for further replies.

pbsadmin

Technical User
Aug 19, 2009
18
0
0
US
Hello All,

I'm working on encrypting 2 columns from a table that are storing sensitive information, as I am not too familiar with SQL queries, I was wondering if there was a method to:


1. encrypt the existing data in the columns (there are approx 400 rows)

2. make the encryption transparent to SQL code that calls it (i.e. encrypt and decrypt the column data "on the fly")
with a view or trigger, etc

we are running SQL server 2005

any help would be appreciated,

thanks,
 
I think I read last night that you have to have SS Enterprise or Developer editions to do encryption. Can anybody verify that?

Thanks

Simi
 
True. There's a push among a group of MVPs/DBAs to include encryption in the Standard edition. Stay tuned.

-------++NO CARRIER++-------
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top