Question : How to Encrypt FullText Search Column Value using MS SQL Server 2005?

In one of my project, I am using SQL Server Full Text Search (for ZIP file) features. Which is working fine. Now I want to Encrypt those column value using MS SQL Server 2005.

Answer : How to Encrypt FullText Search Column Value using MS SQL Server 2005?

My question is simple. In one of my table, I configured full text  search as shown below. Currently data's in the BODY_CONTENT column are not encrypted and its get stored as  varbinary(MAX).
For security reason, I want to encrypt the data's in the BODY_CONTENT, which is already configured for full text search.

Here I want to know is there any way to encrypt those data's in full text search enabled column so that data's will be more secure and full text search also works. If so how to do?


-lakram5455
 
Full Text Configured
Full Text Configured
 
Random Solutions  
 
programming4us programming4us