Tagged Questions
2
votes
1answer
100 views
Best patterns for encrypting database columns/tables in SQL Azure
Azure SQL doesn't support many of the encryption features found in SQL Server (Table and Column encryption). We need to store some sensitive information that needs to be encrypted and we've rolled our ...
3
votes
1answer
507 views
Implementing an encrypted table in SQL Azure
I'm moving an App to Azure and need to achieve PCI compliance for a couple columns in a single table. I realize I can encrypt the data before I store it, but I was wondering if there was a feature in ...