<?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: exporting data from QVD to sql in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/exporting-data-from-QVD-to-sql/m-p/1519224#M748870</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have logic to create table as well.&lt;/P&gt;&lt;P&gt;But i want to insert bulk records at a time.&lt;/P&gt;&lt;P&gt;If i&amp;nbsp;do record by record &amp;nbsp;it is taking too much time please let me know is there any way to insert bulk records at a time?&lt;/P&gt;&lt;P&gt;or Is there any way to optimize this one.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Venkey.&lt;/P&gt;</description>
    <pubDate>Tue, 11 Dec 2018 11:55:45 GMT</pubDate>
    <dc:creator>venkey2847</dc:creator>
    <dc:date>2018-12-11T11:55:45Z</dc:date>
    <item>
      <title>exporting data from QVD to sql</title>
      <link>https://community.qlik.com/t5/QlikView/exporting-data-from-QVD-to-sql/m-p/1519170#M748867</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I have QVD and I want export to sql.&lt;/P&gt;&lt;P&gt;I don't have table structure in sql which is there in qvd structure.&lt;/P&gt;&lt;P&gt;Should I create table in SQL before process gets start or Is there any way to create table in sql while reloading and inserting data into sql table?&lt;/P&gt;&lt;P&gt;I know how to insert data into sql table using for loop but my requirement is create table and later inserting data since I have too many fields in my qvd if i follow for loop process i need to write so much code.&lt;/P&gt;&lt;P&gt;please advice me is there any way?&lt;/P&gt;&lt;P&gt;please let me know if anything required&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Venkey.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/exporting-data-from-QVD-to-sql/m-p/1519170#M748867</guid>
      <dc:creator>venkey2847</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: exporting data from QVD to sql</title>
      <link>https://community.qlik.com/t5/QlikView/exporting-data-from-QVD-to-sql/m-p/1519187#M748868</link>
      <description>&lt;P&gt;Believe me, you do not want to export to sql. Instead export to a csv file format. Almost every database can import csv files. You can use the STORE command to store a qlikview data table into a csv file.&lt;/P&gt;&lt;P&gt;STORE MyTable INTO [C:\Export\MyTable.csv] (txt, delimiter is ',');&lt;/P&gt;</description>
      <pubDate>Tue, 11 Dec 2018 11:20:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/exporting-data-from-QVD-to-sql/m-p/1519187#M748868</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2018-12-11T11:20:03Z</dc:date>
    </item>
    <item>
      <title>Re: exporting data from QVD to sql</title>
      <link>https://community.qlik.com/t5/QlikView/exporting-data-from-QVD-to-sql/m-p/1519194#M748869</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I had a project recently where values were&amp;nbsp;stored in SQL database. After lots of research and perfomance testing, I found out that best option was to perform store data as txt file and then call a db procedure to import that txt file. For loops just were not efficient when inserting multiple rows, even a few thousand lines.&lt;/P&gt;&lt;P&gt;If your data structure doesnt vary, then best practice&amp;nbsp;is to create a table once and then perform insert, update and delete as needed.&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;</description>
      <pubDate>Tue, 11 Dec 2018 11:23:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/exporting-data-from-QVD-to-sql/m-p/1519194#M748869</guid>
      <dc:creator>davidio86</dc:creator>
      <dc:date>2018-12-11T11:23:24Z</dc:date>
    </item>
    <item>
      <title>Re: exporting data from QVD to sql</title>
      <link>https://community.qlik.com/t5/QlikView/exporting-data-from-QVD-to-sql/m-p/1519224#M748870</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have logic to create table as well.&lt;/P&gt;&lt;P&gt;But i want to insert bulk records at a time.&lt;/P&gt;&lt;P&gt;If i&amp;nbsp;do record by record &amp;nbsp;it is taking too much time please let me know is there any way to insert bulk records at a time?&lt;/P&gt;&lt;P&gt;or Is there any way to optimize this one.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Venkey.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Dec 2018 11:55:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/exporting-data-from-QVD-to-sql/m-p/1519224#M748870</guid>
      <dc:creator>venkey2847</dc:creator>
      <dc:date>2018-12-11T11:55:45Z</dc:date>
    </item>
    <item>
      <title>Re: exporting data from QVD to sql</title>
      <link>https://community.qlik.com/t5/QlikView/exporting-data-from-QVD-to-sql/m-p/1519228#M748871</link>
      <description>&lt;P&gt;Thanks Gysbert!&lt;/P&gt;&lt;P&gt;But i should export into sql table as it required for other assignments.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;venkey.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Dec 2018 11:59:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/exporting-data-from-QVD-to-sql/m-p/1519228#M748871</guid>
      <dc:creator>venkey2847</dc:creator>
      <dc:date>2018-12-11T11:59:14Z</dc:date>
    </item>
    <item>
      <title>Re: exporting data from QVD to sql</title>
      <link>https://community.qlik.com/t5/QlikView/exporting-data-from-QVD-to-sql/m-p/1519233#M748872</link>
      <description>Thanks alot Davidio,&lt;BR /&gt;Much indeed your suggestion,&lt;BR /&gt;Could you please elaborate the answer so i can follow?&lt;BR /&gt;What i am expecting is that only.&lt;BR /&gt;regards&lt;BR /&gt;venkey</description>
      <pubDate>Tue, 11 Dec 2018 12:01:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/exporting-data-from-QVD-to-sql/m-p/1519233#M748872</guid>
      <dc:creator>venkey2847</dc:creator>
      <dc:date>2018-12-11T12:01:40Z</dc:date>
    </item>
    <item>
      <title>Re: exporting data from QVD to sql</title>
      <link>https://community.qlik.com/t5/QlikView/exporting-data-from-QVD-to-sql/m-p/1519259#M748873</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unfortunately I can't elaborate in depth since I don't know what sql db you use. If you are using Oracle, then great, I have everything you need, otherwise, you'll have to do your own research. Steps are the same;&lt;/P&gt;&lt;P&gt;1. create DB import procedure&lt;/P&gt;&lt;P&gt;2. store your data from qvd to txt in folder visible to db (see Gysberts post)&lt;/P&gt;&lt;P&gt;3. call DB import procedure from QV script e.g. SQL CALL...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Dec 2018 12:40:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/exporting-data-from-QVD-to-sql/m-p/1519259#M748873</guid>
      <dc:creator>davidio86</dc:creator>
      <dc:date>2018-12-11T12:40:50Z</dc:date>
    </item>
    <item>
      <title>Re: exporting data from QVD to sql</title>
      <link>https://community.qlik.com/t5/QlikView/exporting-data-from-QVD-to-sql/m-p/1519281#M748874</link>
      <description>&lt;P&gt;Your database is very likely capable of importing csv files. That will be far easier to set up than making Qlikview insert the records from the csv file in your database table. Ask your local friendly database administrator to help you import the csv file into your database.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Dec 2018 13:12:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/exporting-data-from-QVD-to-sql/m-p/1519281#M748874</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2018-12-11T13:12:31Z</dc:date>
    </item>
  </channel>
</rss>

