About 1,670 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 at rest’ in the physical ...

  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 enabling TDE, and the ...

  4. 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 technology available in ...

  5. 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 present, though only ...

  6. 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 operating system.

  7. 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 management – but is an easy problem ...

  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 new in SQL 2008 and created ...

  9. SQL 2016 Standard Edition SP1 TDE Issue - SQLServerCentral

    Jan 24, 2018 · 'Transparent Data Encryption is not available in the edition of this SQL Server instance' When trying to run. CREATE. DATABASE ENCRYPTION KEY. WITH ALGORITHM = AES_128. ENCRYPTION BY SERVER ...

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

    Feb 27, 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 backups.

Refresh