Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2003-12-12 : 08:33:21
|
| Hassan writes "Hi,Can I encrypt data before i store it in a column ? and then decrypt it before I send it out. Is there any SQL Server sp,xp,function that I can use?Regards,Hassan H." |
|
|
AaronSC
Starting Member
10 Posts |
Posted - 2003-12-12 : 08:40:54
|
| For right or wrong, I encrypt the data at source using the CSP's (in dotNet) and then decrypt the data when I pull it back out by reversing the process. I am not aware of any SQL SP/XP that would do it.Aaron Collett |
 |
|
|
|
|
|