Can SQL server 2017 Standard Edition use Transparent Data Encryption (TDE)

唐明宇 20 Reputation points
2024-02-27T03:33:08.52+00:00

When we used SQL server to configure transparent data encryption, the following error occurred: "Transparent data encryption is not available in SQL server instances of this version category." The SQL server version we used is 2017 Standard Edition. Can we use transparent data encryption in this version

SQL Server Other
0 comments No comments
{count} votes

Accepted answer
  1. ZoeHui-MSFT 41,491 Reputation points
    2024-02-29T07:54:50.8666667+00:00

    Hi @唐明宇,

    As stated in Microsoft on-line documentation, TDE is explicitly available only in Enterprise edition.

    The matrix in https://learn.microsoft.com/en-us/sql/sql-server/editions-and-components-of-sql-server-2017?view=sql-server-2017 is unambiguous.

    Regards,

    Zoe Hui


    If the answer is helpful, please click "Accept Answer" and upvote it.

    1 person found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Dan Guzman 9,401 Reputation points
    2024-02-27T03:48:00.7033333+00:00

    The SQL server version we used is 2017 Standard Edition. Can we use transparent data encryption in this version>

    Transparent database encryption is included in Standard Edition in SQL Server 2019 and later versions but not in SQL Server 2017 and earlier. The SQL 2017 RDBMS security topic shows TDE is not available with Standard Edition.

    2 people found this answer helpful.
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.