About 1,740 results
Open links in new tab
  1. Transparent Data Encryption Using Certificates and EKM

    Sep 24, 2019 · Introduction. Transparent Data Encryption (TDE) is one of the key security features available in SQL Server from SQL Server 2008 onwards. Using this feature, the ‘data …

  2. Stairway to SQL Server Security Level 9: Transparent Data Encryption

    Jun 18, 2014 · In SQL Server 2008, Microsoft introduced Transparent Data Encryption, or TDE. TDE does real time encryption and decryption of data and log files, at the file level.

  3. Transparent Data Encryption (TDE) SQL Server 2008

    Jun 17, 2008 · SQL Server 2008 introduced a new feature called Transparent Data Encryption. We will look into some details about what this is, how to implement it, what is the impact of …

  4. What is Transparent Data Encryption? - SQLServerCentral

    Feb 13, 2009 · Transparent Data Encryption (TDE) was introduced in SQL 2008 as a way of protecting “at rest” data. It continues to be available in all versions of SQL right up until the …

  5. Transparent Data Encryption and Extensible Key Management – …

    Oct 7, 2019 · For Microsoft SQL Server customers who have already implemented TDE, the biggest cause of an audit failure or data breach is the lack of good encryption key …

  6. Transparent Database Encryption in SQL Server: A Planning Guide

    Mar 8, 2011 · SQL Server and Windows® provide several mechanisms for the protection of data either at the file, database, or data levels. Transparent database encryption (TDE) is a new …

  7. Securing Database Contents with Transparent Data Encryption (TDE)

    Feb 13, 2009 · The Transparent Data Encryption (TDE) feature introduced in SQL Server 2008 allows sensitive data to be encrypted within the data files to prevent access to it from the …

  8. Setting up Transparent Data Encryption (TDE) - SQLServerCentral

    Feb 13, 2009 · Asymmetric encryption however is slower that symmetric encryption so to reduce the performance impact of TDE we want to use a symmetric key. The concept of a DEK was …

  9. SQL 2016 Standard Edition SP1 TDE Issue - SQLServerCentral

    Sep 20, 2019 · 'Transparent Data Encryption is not available in the edition of this SQL Server instance' When trying to run. CREATE. DATABASE ENCRYPTION KEY. WITH ALGORITHM …

  10. When to use Transparent Data Encryption (TDE)? - SQLServerCentral

    Mar 6, 2012 · TDE and column-level encryption are two completely different things for completely different purposes. TDE protects the data at rest. It encrypts the database file on disk and the …

Refresh