About 705,000 results
Open links in new tab
  1. sql server - Differences Between Drivers for ODBC Drivers - Stack …

    Using python (pyodbc) I tested the throughput of the SQL Server, ODBC Driver 13 for SQL Server, and SQL Server Native Client 11.0 drivers. The SQL Server driver was consistently over 10% slower than …

  2. SQLAlchemy does not connect to SQL Server with ODBC Driver 18 for …

    Sep 27, 2024 · 1 I am working on a windows pc and cannot connect to my Microsoft SQL server with SQLAlchemy. I have the login credentials as follows: IP, Server name, user name, database, …

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

    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 there are now no …

  4. pyodbc connect to sql server with TrustServerCertificate

    May 28, 2024 · I'm trying to connect to a SQL server instance using python and pyodbc.

  5. python - How to connect to SQL using Pyodbc - Stack Overflow

    Aug 27, 2022 · So is SQL Server actually a driver you have installed? For support of Apple M1 processors you'd typically install ODBC Driver 17.8 for SQL Server or later and reference it in the …

  6. SQL Server 2019 Express installation failed because it could not find ...

    Aug 13, 2020 · Because v17 is (at the time of writing) the most current version of the Microsoft ODBC Driver for SQL Server. It's the same ODBC driver for multiple versions of SQL Server.

  7. Why am I getting "Data source name not found and no default driver ...

    Oct 26, 2019 · The Microsoft ODBC Driver 17 for SQL Server The Microsoft Access database driver, which is part of the Microsoft Access Database Engine. Note that simultaneous installations of 32-bit …

  8. How to find out SQL Server ODBC driver version using code?

    Jan 27, 2025 · I need to find a way to get the SQL Server ODBC driver version info using code, preferably PowerShell. Is there an easy way to achieve this? I checked registry, It is not available in …

  9. Check if SQL Server Client Is Installed - Stack Overflow

    May 8, 2012 · From the Microsoft Support site: To determine the version of SQL Server Native Client, use one of the following methods: Method 1: On the system where you want to find the version of …

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

    Mar 31, 2022 · Also DRIVER={{SQL Server}} may work on Windows dev machine, but on Linux you must specify the odbc version like DRIVER={{ODBC Driver 18 for SQL Server}} if you using the …