About 50 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. ('HYT00', '[HYT00] [Microsoft][ODBC Driver 17 for SQL Server]Login ...

    Mar 7, 2023 · If SQL Server is running on an Azure VM, ensure you’ve configured the Network Security Group (NSG) to allow inbound traffic on the SQL Server port. If SQL Server is hosted in Azure SQL …

  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. 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.

  5. Azure Functions: Can't open lib 'ODBC Driver 17 for SQL Server'

    Jul 25, 2023 · When I switched back to python 3.10, the ODBC Driver 17 for SQL Server driver was installed. Now that python 3.11 is fully supported for azure functions, I've discovered that they come …

  6. 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 …

  7. vba - What are the differences in using driver {SQL SERVER} vs Native ...

    If DRIVER={SQL SERVER} is an older driver, how is it able to connect when I pass newer features like MultiSubnetFailover=Yes/True ? I noticed I have installed (windows, from odbcad32.exe > Drivers) …

  8. Error when installing Microsoft Sql Server 2019, cannot find the ...

    Apr 13, 2022 · I deleted ALL "Microsoft ODBC Driver"s and "Microsoft ODBC Driver"s and then the new install of SQL Server worked. After installing it, I had 2 new "OBCD Driver"s and one "OLD DB Driver …

  9. Connecting to Microsoft SQL server using Python

    Nov 16, 2015 · In data source connections between a client and server there are two general types: ODBC which uses a DRIVER and OLEDB which uses a PROVIDER. And in the programming world, …

  10. SQLSTATE [28000]: [Microsoft] [ODBC Driver 17 for SQL Server] [SQL ...

    Dec 6, 2022 · SQLSTATE [28000]: [Microsoft] [ODBC Driver 17 for SQL Server] [SQL Server]Login failed for user Asked 3 years, 1 month ago Modified 10 months ago Viewed 21k times