Activity overview
Latest activity by Matt_F
Thanks for the reply Chris.
The data is only encrypted when inserted through a stored procedure which takes the incoming parameters, encrypts the data and then inserts. / comments
Thanks for the reply Chris.
The data is only encrypted when inserted through a stored procedure which takes the incoming parameters, encrypts the data and then inserts.
Encrypted Columns
Is it possible to generate data for encrypted columns where the data has been encrypted using SQL Server symmetric keys?
For example, could realistic data be generated and then encrypted using the ...