About 482,000 results
Open links in new tab
  1. MSSQL with SSL: The target principal name is incorrect

    (provider: SSL Provider, error: 0 - The target principal name is incorrect.) (Microsoft SQL Server, Error: -2146893022) What is striking is that if I select Force Encryption as Yes on Sql Server …

  2. encryption - Check if my database instance on SQL server is …

    Apr 30, 2020 · I have a question about SQL server's transparent encryption (TDE). I need to dump a database instance, which will be restored by another DBA remotely by dumped data …

  3. SQL Server 20XX - "encryption not supported on the client" when ...

    I had a similar problem. The issue was that I had old versions of the SQL tools installed and the computer PATH was still setup to reference the 100 version before the 110 version. For …

  4. c# - Using Encrypt=yes in a Sql Server connection string -> …

    Sep 9, 2010 · Note that a public CA is not not necessary if the SQL server is part of a well organized domain. Windows Active Directory Certificate Services can also be used to issue …

  5. SSL Certificate missing from dropdown in SQL Server …

    Apr 24, 2016 · I just tried setting "Force Encryption" to Yes, and I restarted SQL Server from services successfully. The only possibly relevant entry in ERRORLOG is: A self-generated …

  6. encryption - How can I check if connection to Sql Server is …

    Feb 4, 2021 · In SQL Server I can "Force Encryption" in protocols settings. If I leave that set to "No" any client can still require encryption. Can I somehow see what …

  7. security - How to configure encrypted SQL Server connections to …

    Aug 24, 2016 · Forcing encryption on your connections is dead-simple. You go to Sql Server Configuration Manager, expand SQL Server Network Configuration, Protocols for [your …

  8. encryption - How to decrypt a password from SQL server ... - Stack …

    Apr 10, 2017 · SQL-Server Password Encryption. 2. Encrypt passwords on Sql Server 2008 using SHA1. 0. Decrypt password ...

  9. how to disable encryption on SQL server 2014 connection that SSL …

    6 days ago · try to review wheter the encryption is forced or not: in sql server configuration manager. Expand SQL Server Network Configuration and right-click on Protocols for , then …

  10. How to encrypt a function in SQL Server - Stack Overflow

    Feb 9, 2016 · Use the ENCRYPTION option: CREATE FUNCTION testFunction () RETURNS int WITH ENCRYPTION AS BEGIN RETURN 1 END This means the definition won't be stored …

Refresh