Introduction
Enabling TLS (Transport Layer Security) in SQL Server ensures encrypted communication between clients and the database engine, protecting sensitive data in transit.
Problem
Check if the server is using encrypted connections (TLS) and is controlled by a DBA.Maintenance.Configuration table
Solution
Example

Based on