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.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Quick question about using encrypted fields

Author  Topic 

crugerenator
Posting Yak Master

126 Posts

Posted - 2008-11-20 : 10:49:50
So if I encrypt a few fields, for example passwords or account numbers, do I have to use stored procedures to do CRUD (create/read/update/delete)actions on these fields? Can I use dynamically created sql statements directly in code on say a .asp or .aspx page?

Thanks

   

- Advertisement -