I am thinking to attach TDE-enabled .mdf
files to SqlLocalDb
. Before investing time in it, I want to know whether it is worth doing that? So need some helpful suggestions.
Asked
Active
Viewed 348 times
0

Charles
- 50,943
- 13
- 104
- 142

Siddharood
- 908
- 1
- 12
- 24
-
This [post](http://stackoverflow.com/questions/9250175/what-are-impacts-of-tde-enabling-on-database-performance) may be of some use to you. – DMK Dec 19 '12 at 12:44
-
It would be helpful if you explain what you want to do: why do you think you need to use TDE? What exactly are you trying to accomplish? Without that information, no one can tell you if it's a good idea or not. – Pondlife Dec 19 '12 at 14:25
-
It would likely violate the LocalDB license, since it is working around the technical limitation of SQL Server Express edition which is not allowed by the license (disclaimer: I'm not a lawyer). – Krzysztof Kozielczyk Dec 19 '12 at 19:36