About 50 results
Open links in new tab
  1. ODBC and ADO connection to SQL Server: What protocol is used when ...

    If you don't specify the in the connection string, then it will use the protocol specified for the database driver. The protocol order, by default, is Shared Memory, TCP/IP and then Named Pipes. You could …

  2. oracle - ORA-28040: No matching authentication protocol - Database ...

    Sep 28, 2015 · I'm trying to connect to my RAC database using odbc drivers. While trying I get ORA-28040: No matching authentication protocol I have added this in both client and the server: SQLNET.

  3. How do I configure DB2 on Windows with SSL so that I can connect via …

    Apr 12, 2022 · SQLSTATE=08001 This works with databases secured differently, but not with SSH file. Once setup, I can use ODBC manager to add a connection that SQL Server can use. BOTTOM …

  4. SQL Server Error 4011: The incoming tabular data stream (TDS) …

    Oct 6, 2025 · SQL Server Error 4013: The incoming tabular data stream (TDS) protocol stream is incorrect. The multiple active result sets (MARS) TDS header is missing. Severity: 16, State: 1 Line: …

  5. ODBC Data Source SQL Server Connection - Login Failed For User

    I am now trying to create an ODBC Data Source. I am using "With SQL Server authentication using a login ID and password entered by the user" and have entered my Login and password. The Login is …

  6. Which ports need to be opened in order to use Named Pipes

    Apr 28, 2017 · Do I need to open any specific ports in order to use Named Pipes? This is a named instance running on a dynamic port. The dynamic port is opened in the firewall. The reason I'm …

  7. SQL Server compatibility with New TLS Standards

    As a side note: the PCI requirements here cover overall data transmission, so wrapping any SQL comms over public and/or wireless networks in a VPN/tunnel that implements better standards …

  8. System DSN for SQL Server to connect through ODBC with for a …

    Earlier we were using default port number on the SQL Server and import of registry was working fine when configuring the clients to connect through ODBC. Recently we moved to new server where the …

  9. Could I control which protocol will ODBC uses to connect MSSQL on ...

    May 20, 2021 · 0 I have a Windows machine that should connect to an MSSQL instance with an ODBC driver using "windows integrated authentication". Now according to the specifications of the login …

  10. how to disable encryption on SQL server 2014 connection that SSL is ...

    Jun 15, 2021 · Expand SQL Server Network Configuration and right-click on Protocols for , then click Properties. On the Certificate tab, unselect certificate. Select No in the ForceEncryption box, then …