0

I am working with SQL Server 2016 SP1 standard edition.
I am looking for options or best option to encrypt data warehouse.
I have tried SQL server symmetric key encryption but using view to decrypt it is like full circle and it is not fully secure.
I cannot use TDE because of standard edition.
I cannot use always encrypted because it is for Client / server.

Dale K
  • 25,246
  • 15
  • 42
  • 71
  • Hi, i think you have to use stored procedure to do that what you want. – Sanpas Jan 14 '19 at 21:40
  • I have used stored procedure but it is not fully secure. – Rizwan Javed Jan 14 '19 at 21:48
  • I didn’t see why’s not secure by using stored procedure ? Stored procedure was safe for me you can alow user you want to execute thoses and user doesn’t have to access table. – Sanpas Jan 14 '19 at 21:50
  • just trying to hide everything and trying to get more control over this process. with stored procedure there will be performance issue also. – Rizwan Javed Jan 14 '19 at 22:02
  • There is no such thing like "fully secure". To get a meaningful answer, first you must define from whom you are trying to protect your data. Otherwise your question will probably be closed. – Andrey Nikolov Jan 15 '19 at 09:08

0 Answers0