Using Views to Expose Encrypted Data in SQL Server
Posted
on SQL Server Central
See other posts from SQL Server Central
Published on Tue, 29 Oct 2013 06:00:00 UT
Indexed on
2013/11/01
4:06 UTC
Read the original article
Hit count: 199
I'm using SQL Server's built-in encryption to hide data in one of my SQL Server databases, but this is a reporting system and my end users need to be able to query the data without having to remember the specialized decryption functions. Is there a way to do this? Yes, there is, via the use of views.
New! SQL Prompt 6 – now with tab history Writing, exploring, and editing SQL just became even more effortless with SQL Prompt 6. Download a free trial. |
© SQL Server Central or respective owner