<?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: Multiple QVD files Convert to SQL Server Database in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Multiple-QVD-files-Convert-to-SQL-Server-Database/m-p/1452109#M809540</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The ways are following as i am having &lt;/P&gt;&lt;P&gt;1) Need to open QVD in text editor and then copy paste in SQL server table (Best way)&lt;/P&gt;&lt;P&gt;2) If you can save after open the QVD's, You need to store it as XLS / CSV format and then need to import while configurator&lt;/P&gt;&lt;P&gt;3) If above won't help, please describe more&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Oct 2017 02:11:29 GMT</pubDate>
    <dc:creator>Anil_Babu_Samineni</dc:creator>
    <dc:date>2017-10-16T02:11:29Z</dc:date>
    <item>
      <title>Multiple QVD files Convert to SQL Server Database</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-QVD-files-Convert-to-SQL-Server-Database/m-p/1452108#M809539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm wondering whether there is any way to convert multiple qvd files to SQL server database?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advanced&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-QVD-files-Convert-to-SQL-Server-Database/m-p/1452108#M809539</guid>
      <dc:creator>katetsan</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple QVD files Convert to SQL Server Database</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-QVD-files-Convert-to-SQL-Server-Database/m-p/1452109#M809540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The ways are following as i am having &lt;/P&gt;&lt;P&gt;1) Need to open QVD in text editor and then copy paste in SQL server table (Best way)&lt;/P&gt;&lt;P&gt;2) If you can save after open the QVD's, You need to store it as XLS / CSV format and then need to import while configurator&lt;/P&gt;&lt;P&gt;3) If above won't help, please describe more&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Oct 2017 02:11:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-QVD-files-Convert-to-SQL-Server-Database/m-p/1452109#M809540</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-10-16T02:11:29Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple QVD files Convert to SQL Server Database</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-QVD-files-Convert-to-SQL-Server-Database/m-p/1452110#M809541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can do it directly from the script using "SQL INSERT INTO..." in a loop that pass table row by row.&lt;/P&gt;&lt;P&gt;Tomasz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Oct 2017 07:19:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-QVD-files-Convert-to-SQL-Server-Database/m-p/1452110#M809541</guid>
      <dc:creator>tomasz_tru</dc:creator>
      <dc:date>2017-10-16T07:19:27Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple QVD files Convert to SQL Server Database</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-QVD-files-Convert-to-SQL-Server-Database/m-p/1452111#M809542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A third option may be to check the original data sources of the QVDs. There may be a shortcut to import data from the original data sources into SQL Server tables by way of the Integration Services component or even the Import/Export feature in SQL Server Management Studio. Keep in mind that using a QVW document (the only tool to extract data from usually very large QVDs) to transfer data to an RDBMS may be extremely slow and as a result take an awful lot of time. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Oct 2017 07:41:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-QVD-files-Convert-to-SQL-Server-Database/m-p/1452111#M809542</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2017-10-16T07:41:54Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple QVD files Convert to SQL Server Database</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-QVD-files-Convert-to-SQL-Server-Database/m-p/1452112#M809543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Peter,&lt;/P&gt;&lt;P&gt;Thanks for your reminder. I do have the same concern as you mentioned.&lt;/P&gt;&lt;P&gt;I'm quite interested in "Integration Service" component as you mentioned, is that provided by Microsoft SQL server?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Oct 2017 07:52:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-QVD-files-Convert-to-SQL-Server-Database/m-p/1452112#M809543</guid>
      <dc:creator>katetsan</dc:creator>
      <dc:date>2017-10-16T07:52:31Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple QVD files Convert to SQL Server Database</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-QVD-files-Convert-to-SQL-Server-Database/m-p/1452113#M809544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Indeed, it's a SQL Server package that can be used to integrate and transform data streams/source in a SQL Server DBMS environment. Search for 'SQL Server Integration Services' and you'll find a lot of information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do not use it if it doesn't offer prebuilt solutions for your situation, or a quick path towards data integration for you sources. It's a complex product and the learning curve may be too steep for a one-off project. There are other ETL tools available for SQL Server as well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Oct 2017 08:11:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-QVD-files-Convert-to-SQL-Server-Database/m-p/1452113#M809544</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2017-10-16T08:11:10Z</dc:date>
    </item>
  </channel>
</rss>

