<?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: Challenge. How can I read data from an stored copy of an SQL? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Challenge-How-can-I-read-data-from-an-stored-copy-of-an-SQL/m-p/1886331#M73008</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Requirement is not clear can you elaborate what exact you are trying to achieve ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Vikas&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 28 Jan 2022 04:39:34 GMT</pubDate>
    <dc:creator>vikasmahajan</dc:creator>
    <dc:date>2022-01-28T04:39:34Z</dc:date>
    <item>
      <title>Challenge. How can I read data from an stored copy of an SQL?</title>
      <link>https://community.qlik.com/t5/App-Development/Challenge-How-can-I-read-data-from-an-stored-copy-of-an-SQL/m-p/1886039#M72990</link>
      <description>&lt;P&gt;Hi guys,&lt;/P&gt;
&lt;P&gt;I have some data in a copy of a sql database that I'd like to read directly from Qlik Sense. Is it possible?&lt;/P&gt;
&lt;P&gt;I know that I can import the SQL data in a SQL environment and then read it with Qlik Sense, but the point is that I want to avoid this step.&lt;/P&gt;
&lt;P&gt;For this purpose I've attached a SQL Server sample database of bikes, in case any of you know how to do it, could show the community how is made the loading script &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Kind regards, Marcel.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jan 2022 12:47:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Challenge-How-can-I-read-data-from-an-stored-copy-of-an-SQL/m-p/1886039#M72990</guid>
      <dc:creator>marcel_olmo</dc:creator>
      <dc:date>2022-01-27T12:47:51Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge. How can I read data from an stored copy of an SQL?</title>
      <link>https://community.qlik.com/t5/App-Development/Challenge-How-can-I-read-data-from-an-stored-copy-of-an-SQL/m-p/1886331#M73008</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Requirement is not clear can you elaborate what exact you are trying to achieve ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Vikas&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jan 2022 04:39:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Challenge-How-can-I-read-data-from-an-stored-copy-of-an-SQL/m-p/1886331#M73008</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2022-01-28T04:39:34Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge. How can I read data from an stored copy of an SQL?</title>
      <link>https://community.qlik.com/t5/App-Development/Challenge-How-can-I-read-data-from-an-stored-copy-of-an-SQL/m-p/1889132#M73256</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/41099"&gt;@vikasmahajan&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;my customer receives every week a copy of an external SQL database of a company they've recently bought.&lt;/P&gt;
&lt;P&gt;They want to read it with Qlik scripting processes instead to create a DWH project, that's why I'm asking here if it could be possible.&lt;/P&gt;
&lt;P&gt;Kind regards, Marcel.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Feb 2022 10:52:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Challenge-How-can-I-read-data-from-an-stored-copy-of-an-SQL/m-p/1889132#M73256</guid>
      <dc:creator>marcel_olmo</dc:creator>
      <dc:date>2022-02-04T10:52:58Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge. How can I read data from an stored copy of an SQL?</title>
      <link>https://community.qlik.com/t5/App-Development/Challenge-How-can-I-read-data-from-an-stored-copy-of-an-SQL/m-p/1890865#M73391</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28589"&gt;@marcel_olmo&lt;/a&gt;&amp;nbsp;.&lt;/P&gt;
&lt;P&gt;Your example file&amp;nbsp;BikeStores Sample Database - load data.sql is basically just a text file, if you convert it to a text format you can read it without problems.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So if you actual data is the same format I would say convert it to text. Then you need to create a loop that identifies and separates the rows in your file that contains data and create QVD's. Don't know how comfortable you are building such loops, but from a quick look at the example data it looks very doable. Let me know if you need any assistance.&lt;/P&gt;
&lt;P&gt;This is based on the example file, I have no other experience of reading copies like this so I don't know if it will automatically be the same for you actual data.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Feb 2022 09:51:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Challenge-How-can-I-read-data-from-an-stored-copy-of-an-SQL/m-p/1890865#M73391</guid>
      <dc:creator>jbhappysocks</dc:creator>
      <dc:date>2022-02-09T09:51:12Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge. How can I read data from an stored copy of an SQL?</title>
      <link>https://community.qlik.com/t5/App-Development/Challenge-How-can-I-read-data-from-an-stored-copy-of-an-SQL/m-p/1890868#M73394</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/34575"&gt;@jbhappysocks&lt;/a&gt;&amp;nbsp;for the advice. The point here is that the real example is far more complicated and for the personalized looping for each table maybe it can cost a big effort, but if there's no other way, we'll do it.&lt;/P&gt;
&lt;P&gt;Kind regards, Marcel.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Feb 2022 09:56:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Challenge-How-can-I-read-data-from-an-stored-copy-of-an-SQL/m-p/1890868#M73394</guid>
      <dc:creator>marcel_olmo</dc:creator>
      <dc:date>2022-02-09T09:56:09Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge. How can I read data from an stored copy of an SQL?</title>
      <link>https://community.qlik.com/t5/App-Development/Challenge-How-can-I-read-data-from-an-stored-copy-of-an-SQL/m-p/1890875#M73395</link>
      <description>&lt;P&gt;Yes, I almost figured the example was a bit oversimplified. But as long as it follows a strict logic like your example you shouldn't need to make any personalized looping for each table, as long as the structure is the same for all tables it's just a standard loop for all tables.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Feb 2022 10:04:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Challenge-How-can-I-read-data-from-an-stored-copy-of-an-SQL/m-p/1890875#M73395</guid>
      <dc:creator>jbhappysocks</dc:creator>
      <dc:date>2022-02-09T10:04:54Z</dc:date>
    </item>
  </channel>
</rss>

