Home Forums SQL Server 2012 SQL 2012 - General Symmetrically encrypt a single node in XML field RE: Symmetrically encrypt a single node in XML field
Eirikur Eiriksson
SSC Guru
Points: 182951
More actions
April 30, 2014 at 11:48 am
#1709951
Quick thought, how about extracting the node to an encrypted table, delete it from the XML and when needed, join the two together?
😎