0

Can we use TDE feature with Azure SQL Database in production application? Or only SQL Sever Enterprise edition declares TDE feature as released?

Silvia Doomra
  • 947
  • 8
  • 16
vovakh
  • 93
  • 1
  • 1
  • 4
  • Yes we can use the mandatory thing we need enterprise edition either Azure OR linked server. https://msdn.microsoft.com/en-IN/library/dn948096.aspx – wiretext Oct 14 '15 at 12:46

2 Answers2

1

UPDATE TDE is now GA see Blog Post here

You can use TDE on any Azure SQL Database. You can follow this guide to enable TDE on an Azure SQL Database.

elfisher
  • 1,210
  • 9
  • 14
0

UPDATE: As of May 2, 2017, ASD's are encrypted via TDE by default.

https://azure.microsoft.com/en-us/updates/newly-created-azure-sql-databases-encrypted-by-default/

Adam
  • 3,891
  • 3
  • 19
  • 42