About 232,000 results
Open links in new tab
  1. Check if SQL Server Client Is Installed - Stack Overflow

    May 8, 2012 · How can one check to see if the SQL Server Client driver is installed? And is it also possible to determine the version?

  2. ODBC Driver 18 for SQL Server]SSL Provider: [error:1416F086]

    Mar 31, 2022 · When SQL Server gets installed it is configured with a self-signed X.509 certificate. If you want to use encrypted connections (with Encrypt=yes; in the connection …

  3. SQL Client for Mac OS X that works with MS SQL Server

    Aug 6, 2008 · Ed: phpMyAdmin is for MySQL, but the asker needs something for Microsoft SQL Server. Most solutions that I found involve using an ODBC Driver and then whatever client …

  4. Does Microsoft OLE DB Provider for SQL Server support TLS 1.2

    Sep 2, 2017 · Our client recently upgraded from TLS 1.0 to TLS 1.2 and after this our software cannot connect with SQL server. It uses OLE DB provider for connecting to SQL server.

  5. How to install Components (client tools connectivity and Client …

    Aug 1, 2024 · 4 I'm installing SQL Server 2022 but I could not select components shown below: Client tools connectivity Client tools backwards compatibility Client Tools SDK I need these …

  6. SQL - Query to get server's IP address - Stack Overflow

    Sep 26, 2008 · I believe this is the true way of determining the server's ip address if you need to verify it from the client's connection side, specially if the client's connection was established …

  7. Sqlcmd: Error: Microsoft ODBC Driver 18 for SQL Server:SSL …

    Oct 27, 2023 · Unless you manually install an Organization-signed or CA-signed certificate then SQL Server instances use self-signed certificates for their TLS encrypted connections. Have a …

  8. sql server - Client Protocols and Alias missing on sql native - Stack ...

    Apr 25, 2023 · Client Protocols and Alias missing on sql native Asked 2 years, 8 months ago Modified 2 years, 4 months ago Viewed 15k times

  9. sql server - Where to download the old SQL ODBC driver version …

    Jun 27, 2022 · The "SQL Server Native Client" is a distinct driver with a distinct name. An application specifically asking for "SQL Server" will not get this driver. It's a bit unfortunate that …

  10. Unable to connect to SQL Server instance remotely

    Mar 28, 2009 · Ah, sorry I didn't realize the link had the same basic steps. You don't need SSMS necessarily because it is essentially a client application that connects to the server to allow …