If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Microsoft SQL Server > Encrypting password column in T-SQL?

Reply
 
LinkBack Thread Tools Display Modes
  #16 (permalink)  
Old 07-04-09, 12:31
benzfire benzfire is offline
Registered User
 
Join Date: Jul 2009
Posts: 9
Column level encryption usually has seriously performance issues b'coz columns are encrypted, indexes won't work, ended up with slow and I/O intensive table scans. Plus you do want a good key management solution. Encryption without key management is worse than without any. Take a look at storage/file encryption security products from Bloombase, Brocade or Thales. Simply migrate your TSQL data files and access via these encryption servers, off you go with secured data store. One thing I know is they are quite expensive so check your corporate budget.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On