I have a table in SQL Server 2014, with varchar(Max) column which holds xml type data, we get data from external source. Data contains some customer name and addresses, so we need to encrypt the data. In past we have used symmetric key to encrypt data in
↧