Hi,
I am using SQL Server 2016 and I wonder if there is a way to encrypt/decrypt a column in a table? Let's say I have a table and in this table, I have serials column. I would like to encrypt serials when I save it into this table and I want to decrypt serials when I query this column.
Best Regards.
I am using SQL Server 2016 and I wonder if there is a way to encrypt/decrypt a column in a table? Let's say I have a table and in this table, I have serials column. I would like to encrypt serials when I save it into this table and I want to decrypt serials when I query this column.
Best Regards.