<?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: Connecting SQL to Qlik in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Connecting-SQL-to-Qlik/m-p/928567#M973436</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you try to debug your code and run limited load? Let's say around 10k rows. If this will work fine and you will not receive any errors - that would suggest machine ran out of RAM/disk space - like &lt;A href="https://community.qlik.com/qlik-users/96544"&gt;gwassenaar&lt;/A&gt;‌ mentioned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would suggest maybe you can try to load your table in chunks, store it in smaller qvd's and then use them in optimized load (for example in the loop) and concatenate the results in your transform qvw.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Sep 2015 08:33:11 GMT</pubDate>
    <dc:creator>kuczynska</dc:creator>
    <dc:date>2015-09-11T08:33:11Z</dc:date>
    <item>
      <title>Connecting SQL to Qlik</title>
      <link>https://community.qlik.com/t5/QlikView/Connecting-SQL-to-Qlik/m-p/928565#M973434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to load a text file 16M rows in to QV but about 9 lines are getting excluded. When I load the same text file in to SQL server and connect it to QV, then all the records show up correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since this approach was working, I want to now store the data in to a QVD file so my load script looks like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;　&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;　&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Helv;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;SQL Connection string&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: Courier New;"&gt;Table1 :&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt; font-family: Courier New;"&gt;SQL&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt; font-family: Courier New;"&gt; SELECT * FROM "Database".dbo."Table1";&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt; font-family: Courier New;"&gt;store&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt; font-family: Courier New;"&gt; Table1 &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt; font-family: Courier New;"&gt;into&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt; font-family: Courier New;"&gt;$(vQVDLocation)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt; font-family: Courier New;"&gt;Table1.qvd (&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt; font-family: Courier New;"&gt;qvd&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: Courier New;"&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But this fails with following error after at about 2 M rows:&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/98583_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Next tried storing in .csv file and that failed after about 5M rows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I couldn't find anything helpful online, so any suggestion is appreciated.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Sep 2015 22:23:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Connecting-SQL-to-Qlik/m-p/928565#M973434</guid>
      <dc:creator />
      <dc:date>2015-09-10T22:23:28Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting SQL to Qlik</title>
      <link>https://community.qlik.com/t5/QlikView/Connecting-SQL-to-Qlik/m-p/928566#M973435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you checked that the machine doesn't run out of RAM or disk space?&lt;/P&gt;&lt;P&gt;Have you tried creating a new document that only loads the data from the SQL database and stores it into a qvd?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Sep 2015 05:25:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Connecting-SQL-to-Qlik/m-p/928566#M973435</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-09-11T05:25:25Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting SQL to Qlik</title>
      <link>https://community.qlik.com/t5/QlikView/Connecting-SQL-to-Qlik/m-p/928567#M973436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you try to debug your code and run limited load? Let's say around 10k rows. If this will work fine and you will not receive any errors - that would suggest machine ran out of RAM/disk space - like &lt;A href="https://community.qlik.com/qlik-users/96544"&gt;gwassenaar&lt;/A&gt;‌ mentioned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would suggest maybe you can try to load your table in chunks, store it in smaller qvd's and then use them in optimized load (for example in the loop) and concatenate the results in your transform qvw.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Sep 2015 08:33:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Connecting-SQL-to-Qlik/m-p/928567#M973436</guid>
      <dc:creator>kuczynska</dc:creator>
      <dc:date>2015-09-11T08:33:11Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting SQL to Qlik</title>
      <link>https://community.qlik.com/t5/QlikView/Connecting-SQL-to-Qlik/m-p/928568#M973437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are there special characters into your table1?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Sep 2015 08:45:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Connecting-SQL-to-Qlik/m-p/928568#M973437</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2015-09-11T08:45:05Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting SQL to Qlik</title>
      <link>https://community.qlik.com/t5/QlikView/Connecting-SQL-to-Qlik/m-p/928569#M973438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was able to store qvd when I used a brand new Qvw file instead of using an existing shell. I even loaded the qvd and dashboard refreshed perfectly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for all the responses. This is an awesome community!&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Sep 2015 14:04:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Connecting-SQL-to-Qlik/m-p/928569#M973438</guid>
      <dc:creator />
      <dc:date>2015-09-14T14:04:09Z</dc:date>
    </item>
  </channel>
</rss>

