2

I need to protect a Microsoft SQL Server 2008 data file (.mdf) against restoring/attaching on another machine. I'm aware of TDE or Transparent Data Encryption but unfortunately this option is not available in Express version. Any other way to protect the database?

Thanks

asked Nov 18, 2014 at 1:10
1
  • I assume you're asking because you want to secure your database from local administrators? This question might be relevant: dba.stackexchange.com/questions/34684/… Commented Nov 18, 2014 at 12:59

2 Answers 2

2

You cannot do encryption with express edition but can you can do it by other way

or file encryption only. For more reference follow http://sqlmag.com/database-security/sql-server-encryption-options.

answered Nov 18, 2014 at 4:29
1
  • I'm sorry but the link seems to be broken - could you recall what was it's content? Commented Sep 12, 2019 at 14:09
0

I hope it is ok to mention our third party product here, NetLib Encryptionizer. It provides Transparent Data Encryption for all versions and editions of SQL Server including SQL Express.

I am the Founder and CTO of NetLib Security Inc.

Paul White
95.3k30 gold badges439 silver badges689 bronze badges
answered Mar 26, 2018 at 13:42
1
  • Totally fine as long as you disclose your affiliation, Neil. Can you provide some more details about the product, though? Cost, performance stats, or something? Link only answers are generally less helpful than ones that contain at least some of the content of the site linked to. Commented Mar 26, 2018 at 14:00

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.