About 208,000 results
Open links in new tab
  1. 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.

  2. 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’ …

  3. Configure Extensible Key Management Using Azure Key Vault

    Nov 8, 2024 · In Level 1 of this Stairway series, we discussed how to configure TDE in a user database using a Database Master Key (DMK) and a certificate. Level 2 showed the steps to …

  4. Restore a Backup of a TDE Database to Another Server: Level 2 of …

    Sep 24, 2019 · In the second level of the stairway to TDE, we examine how you can restore your databases on another instance after moving the encryption certificate.

  5. Transparent Data Encryption (TDE) SQL Server 2008

    Jun 17, 2008 · Transparent data encryption, otherwise known as TDE is one of the new features introduced in SQL Server 2008.

  6. Transparent Data Encryption and Extensible Key Management – …

    Oct 7, 2019 · Learn how you can secure your TDE environment by separating your key from the server using Extensible Key Management.

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

    Mar 8, 2011 · Transparent database encryption (TDE) is a new technology available in SQL Server 2008 Enterprise Edition which provides a simplified the data encryption option.

  8. Key Rotation in TDE – SQLServerCentral

    Sep 30, 2019 · Transparent Data Encryption (TDE) has been around for a long time. It first appeared in SQL Server 2008, and after a rocky start with some bugs, it has

  9. TDE Setup and Administration Scripts - SQLServerCentral

    Feb 24, 2017 · A comprehensive set of scripts to setup and operate TDE for a SQL Server.

  10. Understanding Keys and Certificates with Transparent Data …

    Feb 13, 2009 · I’ve been taking a bit of a deep dive into understanding Transparent Data Encryption (TDE). As part of that I’ve been reading a lot of blog posts, stack overflow answers …