Quantcast
Channel: SQLServerCentral » SQL Server 2016 » SQL Server 2016 - Administration » Latest topics
Viewing all articles
Browse latest Browse all 2648

TDE enabled but database backups don't *appear* to be encrypted

$
0
0
I have a database that is using TDE and this can be confirmed through:
[code language="sql"]SELECT
    CASE database_id
        WHEN 2 THEN 't

Viewing all articles
Browse latest Browse all 2648

Trending Articles