<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Qlik SQL Server much slower than OLE DB connection in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-SQL-Server-much-slower-than-OLE-DB-connection/m-p/1733600#M5321</link>
    <description>&lt;P&gt;This may not really answer your question, but I'd say that your understanding&amp;nbsp;&lt;EM&gt;"As OLE DB is no longer going to be supported by SQL Server"&lt;/EM&gt; may be is wrong. Probably you just need to use a newer OLEDB driver.&lt;/P&gt;&lt;P&gt;The stackoverflow thread you shared has this hint: "&lt;SPAN&gt;The new OLE DB driver,&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://www.microsoft.com/en-us/download/details.aspx?id=56730" rel="noreferrer" target="_blank"&gt;MSOLEDBSQL&lt;/A&gt;&lt;SPAN&gt;, has been released. &lt;STRONG&gt;This new driver includes the support for the latest TLS 1.2&lt;/STRONG&gt; standards and is backwards compatible with SQL Server Native Client 11 (SQLNCLI11).&lt;/SPAN&gt;"&lt;/P&gt;</description>
    <pubDate>Wed, 05 Aug 2020 22:22:08 GMT</pubDate>
    <dc:creator>fosuzuki</dc:creator>
    <dc:date>2020-08-05T22:22:08Z</dc:date>
    <item>
      <title>Qlik SQL Server much slower than OLE DB connection</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-SQL-Server-much-slower-than-OLE-DB-connection/m-p/1733508#M5319</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Currently I have an OLE DB connection in my Qlik Sense site to a Microsoft SQL Server Database using the Microsoft OLE DB Provider for SQL Server.&amp;nbsp; Pretty soon on the database server we are going to be upgrading from TLS 1.0 to TLS 1.2 at which point in time the OLE DB connection will no longer be supported and will not work.&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://stackoverflow.com/questions/46011694/does-microsoft-ole-db-provider-for-sql-server-support-tls-1-2/46012912" target="_blank"&gt;https://stackoverflow.com/questions/46011694/does-microsoft-ole-db-provider-for-sql-server-support-tls-1-2/46012912&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;In anticipation of this I have created another Data Connection using the Microsoft SQL Server connector provided in the ODBC Connector Package.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have noticed significant load time impacts of using the ODBC connection, I have a query that takes roughly 3 minutes using the OLE DB connection but takes 11 minutes using the ODBC connection.&amp;nbsp; I was wondering if anyone else has seen this significant of a load discrepancy between OLE DB and ODBC and any solutions that may have.&amp;nbsp; As OLE DB is no longer going to be supported by SQL Server what are people planning on doing about it?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance for any thoughts or insights !&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Mark&lt;/P&gt;</description>
      <pubDate>Thu, 23 Dec 2021 14:40:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-SQL-Server-much-slower-than-OLE-DB-connection/m-p/1733508#M5319</guid>
      <dc:creator>mjperreault</dc:creator>
      <dc:date>2021-12-23T14:40:01Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik SQL Server much slower than OLE DB connection</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-SQL-Server-much-slower-than-OLE-DB-connection/m-p/1733600#M5321</link>
      <description>&lt;P&gt;This may not really answer your question, but I'd say that your understanding&amp;nbsp;&lt;EM&gt;"As OLE DB is no longer going to be supported by SQL Server"&lt;/EM&gt; may be is wrong. Probably you just need to use a newer OLEDB driver.&lt;/P&gt;&lt;P&gt;The stackoverflow thread you shared has this hint: "&lt;SPAN&gt;The new OLE DB driver,&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://www.microsoft.com/en-us/download/details.aspx?id=56730" rel="noreferrer" target="_blank"&gt;MSOLEDBSQL&lt;/A&gt;&lt;SPAN&gt;, has been released. &lt;STRONG&gt;This new driver includes the support for the latest TLS 1.2&lt;/STRONG&gt; standards and is backwards compatible with SQL Server Native Client 11 (SQLNCLI11).&lt;/SPAN&gt;"&lt;/P&gt;</description>
      <pubDate>Wed, 05 Aug 2020 22:22:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-SQL-Server-much-slower-than-OLE-DB-connection/m-p/1733600#M5321</guid>
      <dc:creator>fosuzuki</dc:creator>
      <dc:date>2020-08-05T22:22:08Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik SQL Server much slower than OLE DB connection</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-SQL-Server-much-slower-than-OLE-DB-connection/m-p/1733602#M5322</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28676"&gt;@fosuzuki&lt;/a&gt;&amp;nbsp;for your response, yes you are right my understanding was wrong! After some more reading I found the below and installed the Microsoft OLE DB Driver for SQL Server which is working.&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.microsoft.com/en-us/archive/blogs/sqlnativeclient/announcing-the-new-release-of-ole-db-driver-for-sql-server" target="_blank"&gt;https://docs.microsoft.com/en-us/archive/blogs/sqlnativeclient/announcing-the-new-release-of-ole-db-driver-for-sql-server&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Aug 2020 22:25:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-SQL-Server-much-slower-than-OLE-DB-connection/m-p/1733602#M5322</guid>
      <dc:creator>mjperreault</dc:creator>
      <dc:date>2020-08-05T22:25:25Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik SQL Server much slower than OLE DB connection</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-SQL-Server-much-slower-than-OLE-DB-connection/m-p/1962013#M11166</link>
      <description>&lt;P&gt;I installed the Microsoft OLE DB Driver 19 for SQL Server but the connection doesn't work.&amp;nbsp; Did you update your provider to MSOLEDSQL and does it work?&amp;nbsp; Did you install 32 or 64 bit? Which provider did you select when setting up the connection?&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jul 2022 20:57:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-SQL-Server-much-slower-than-OLE-DB-connection/m-p/1962013#M11166</guid>
      <dc:creator>mgranillo</dc:creator>
      <dc:date>2022-07-28T20:57:38Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik SQL Server much slower than OLE DB connection</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-SQL-Server-much-slower-than-OLE-DB-connection/m-p/2093169#M12492</link>
      <description>&lt;P&gt;Hi&lt;BR /&gt;Have you solved your problem with the connection and OLE DB Driver 19?&lt;BR /&gt;We also installed the same driver as you and get errors when we try to set up a connection.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2023 14:29:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-SQL-Server-much-slower-than-OLE-DB-connection/m-p/2093169#M12492</guid>
      <dc:creator>ctroff</dc:creator>
      <dc:date>2023-07-12T14:29:16Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik SQL Server much slower than OLE DB connection</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-SQL-Server-much-slower-than-OLE-DB-connection/m-p/2093262#M12494</link>
      <description>&lt;P&gt;We never made the switch but I think we started getting a working connection by adding "Use Encryption for Data=Optional" to the end of the connection string. You'll have to edit it in the QMC.&amp;nbsp; I also don't think Qlik will make the connection if it doesn't successfully connect so try making a connection with the old drivers and update the Provider part of the connection string to "Provider=MSOLEDBSQL19" or maybe&amp;nbsp;"Provider=MSOLEDBSQL19.1" in the QMC&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2023 19:49:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-SQL-Server-much-slower-than-OLE-DB-connection/m-p/2093262#M12494</guid>
      <dc:creator>mgranillo</dc:creator>
      <dc:date>2023-07-12T19:49:34Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik SQL Server much slower than OLE DB connection</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-SQL-Server-much-slower-than-OLE-DB-connection/m-p/2093483#M12497</link>
      <description>&lt;P&gt;Hi&lt;BR /&gt;Thanks for your suggestions! We tried them but couldn't get them to work.&lt;BR /&gt;We used ODBC 18 instead which worked.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jul 2023 10:57:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-SQL-Server-much-slower-than-OLE-DB-connection/m-p/2093483#M12497</guid>
      <dc:creator>ctroff</dc:creator>
      <dc:date>2023-07-13T10:57:29Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik SQL Server much slower than OLE DB connection</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-SQL-Server-much-slower-than-OLE-DB-connection/m-p/2094744#M12514</link>
      <description>&lt;P&gt;If I understand the article,&amp;nbsp;&lt;A href="https://techcommunity.microsoft.com/t5/sql-server-blog/ole-db-driver-19-0-for-sql-server-released/ba-p/3170362" target="_blank"&gt;https://techcommunity.microsoft.com/t5/sql-server-blog/ole-db-driver-19-0-for-sql-server-released/ba-p/3170362&lt;/A&gt;, correctly, you must specify in the connectionstring that the data should not be encrypted because it is set to yes by default, Use Encryption for Data=False. Now the data connection works with OLE DB 19.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jul 2023 08:53:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-SQL-Server-much-slower-than-OLE-DB-connection/m-p/2094744#M12514</guid>
      <dc:creator>ctroff</dc:creator>
      <dc:date>2023-07-18T08:53:10Z</dc:date>
    </item>
  </channel>
</rss>

