<?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 SQL Connection 1000 Limit in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/SQL-Connection-1000-Limit/m-p/853690#M299275</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;I made an sql connection in QV however there is a max limit of extracting 1,000 rows only. I think it's a limit set in Sql from backend. I have 50,000 employee IDs that I need to fetch, I can't be running the query 50 times. Any sugestion to overcome this problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example of a query is as follows, ideally I would want to enter 50,000 person IDs in the query and extract the data in 1 go. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select * from V_GLOBAL_EXPE where person_id in ('204095','204002046','2040066','24005535','2007641','2070790','2023055','10018307','2016832','2007638','223608','103028','100069') &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Jun 2015 14:40:40 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-06-30T14:40:40Z</dc:date>
    <item>
      <title>SQL Connection 1000 Limit</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-Connection-1000-Limit/m-p/853690#M299275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;I made an sql connection in QV however there is a max limit of extracting 1,000 rows only. I think it's a limit set in Sql from backend. I have 50,000 employee IDs that I need to fetch, I can't be running the query 50 times. Any sugestion to overcome this problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example of a query is as follows, ideally I would want to enter 50,000 person IDs in the query and extract the data in 1 go. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select * from V_GLOBAL_EXPE where person_id in ('204095','204002046','2040066','24005535','2007641','2070790','2023055','10018307','2016832','2007638','223608','103028','100069') &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jun 2015 14:40:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-Connection-1000-Limit/m-p/853690#M299275</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-30T14:40:40Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Connection 1000 Limit</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-Connection-1000-Limit/m-p/853691#M299276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have really a hard row-limit from the database you will have no other choice as to run your queries more than one time maybe within a loop. But of course it's a bad idea to run each time the same query. I suggest you used an incremental approach stored the interim results in qvd's and queries the next time only these id's which you didn't have loaded already.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jun 2015 19:37:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-Connection-1000-Limit/m-p/853691#M299276</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-06-30T19:37:43Z</dc:date>
    </item>
  </channel>
</rss>

