About 1,490,000 results
Open links in new tab
  1. Certificate management (SQL Server Configuration Manager)

    Aug 28, 2025 · Learn how to install certificates in various SQL Server configurations. Examples include single instances, failover clusters, and Always On availability groups.

  2. How to configure SQL Server SSL Certificate

    Dec 31, 2024 · Learn how to configure a trusted SQL Server SSL certificate and how applications can access SQL databases with step by step instructions.

  3. How to fix SQL Server 2019 connection error due to certificate issue

    Dec 17, 2021 · SQL Server gets installed with a Self-Signed X.509 certificate which you'll be able to find in Manage Computer Certificates > Personal. In your connection string either set Encrypt=false; to …

  4. Configuring TLS Certificates for SQL Server

    Jul 28, 2025 · Certificates serve two major purposes: First, TLS Certificates facilitate the encryption of data between clients and servers - which, in turn, ensures that data is communicated securely and …

  5. How to Use a Query to Check an SSL Certificate in SQL Server

    Apr 23, 2024 · SSL (Secure Sockets Layer) certificates play a pivotal role in encrypting data as it travels between your SQL Server and client applications. This blog post will delve into the world of SQL …

  6. Step-by-Step Guide to Enabling SQL Server Encryption: Generating ...

    Apr 20, 2024 · For a DBA, securing SQL Server is a critical aspect of the job. Securing data at rest, data in motion, and data in use (in memory) are all areas a potential attacker could focus on. This month, …

  7. Create a Certificate for Microsoft SQL Server Connections

    This topic provides information about configuring certificates for SQL Server connections. The following code snippet can be executed via PowerShell to create a self-signed certificate on a computer …

  8. How To Fix “Trust Server Certificate” Error in SSMS - SQL School

    Jul 21, 2025 · When SSMS tries to establish a secure (SSL/TLS) connection to a SQL Server, it checks whether the server’s SSL certificate is trusted by your computer or not. If the certificate is issued by …

  9. Certificate Requirements for SQL Server - SQL Server | Microsoft Learn

    Aug 26, 2025 · This article describes certificate requirements for SQL Server and how to check if a certificate meets these requirements.

  10. Automatically Updating SSL Certificates on SQL Server

    Sep 5, 2023 · One part of the process that has always been annoyingly repetitive is the need to regularly renew/update the SSL certificate (s) and reconfigure SQL Server to use them. In the past our SSL …