<?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: how to pull all the tables at a time from database in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/how-to-pull-all-the-tables-at-a-time-from-database/m-p/961606#M644423</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i think &lt;STRONG style="font-size: 11.7px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/jagan"&gt;jagan&lt;/A&gt;&lt;/STRONG&gt; already shared good one,hope that helps else let me know we can see...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Nov 2015 09:49:18 GMT</pubDate>
    <dc:creator>buzzy996</dc:creator>
    <dc:date>2015-11-26T09:49:18Z</dc:date>
    <item>
      <title>how to pull all the tables at a time from database</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-pull-all-the-tables-at-a-time-from-database/m-p/961599#M644416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any one plz tell how to pull all the tables from database at a time and convert into QVD. PFA,for details about database details.&lt;/P&gt;&lt;P&gt;please provide script for this database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="106394" alt="Untitled.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/106394_Untitled.jpg" style="height: 65px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2015 09:13:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-pull-all-the-tables-at-a-time-from-database/m-p/961599#M644416</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-23T09:13:11Z</dc:date>
    </item>
    <item>
      <title>Re: how to pull all the tables at a time from database</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-pull-all-the-tables-at-a-time-from-database/m-p/961600#M644417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try some thing like,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tab:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Monaco, Consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace; font-size: 16px; font-weight: bold; text-align: justify; color: blue;"&gt;SELECT &lt;/SPAN&gt;&lt;SPAN style="font-family: Monaco, Consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace; font-size: 16px; font-weight: bold; text-align: justify; color: gray;"&gt;*&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: Monaco, Consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace; font-size: 16px; font-weight: bold; text-align: justify; color: blue;"&gt;FROM &lt;/SPAN&gt;&lt;SPAN style="font-family: Monaco, Consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace; font-size: 16px; font-weight: bold; text-align: justify; color: black;"&gt;sys.Tables;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Monaco, Consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace; font-size: 16px; font-weight: bold; text-align: justify; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Monaco, Consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace; font-size: 16px; font-weight: bold; text-align: justify; color: black;"&gt;store tab into qvdpath\alltables.qvd;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2015 12:21:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-pull-all-the-tables-at-a-time-from-database/m-p/961600#M644417</guid>
      <dc:creator>buzzy996</dc:creator>
      <dc:date>2015-11-25T12:21:42Z</dc:date>
    </item>
    <item>
      <title>Re: how to pull all the tables at a time from database</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-pull-all-the-tables-at-a-time-from-database/m-p/961601#M644418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Siva,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TableNames:&lt;/P&gt;&lt;P&gt;SQL SELECT NAME&lt;/P&gt;&lt;P&gt;FROM SYSTABLES;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will give you a resident table giving you all the table names in your database. If you want to save the tables to qvd you will need to loop through the tablenames and create a qvd for each one&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&amp;nbsp; - a qvd holds one table only.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This script to loop through the tablenames could be like below. I haven't tested this and wrote it in a hurry so I suggest caution - start off with For i =1 to 1 or some other low number. It gives the gist of how to do it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For i = 1 to NoOfRows('TableNames')&lt;/P&gt;&lt;P&gt;Let TN = Peek('NAME',$(i),'TableNames');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[$(TN)]:&lt;/P&gt;&lt;P&gt;LOAD*;&lt;/P&gt;&lt;P&gt;SQL SELECT *&lt;/P&gt;&lt;P&gt;FROM $(TN);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STORE [$(TN)] into $(TN).qvd (qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Next&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2015 13:36:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-pull-all-the-tables-at-a-time-from-database/m-p/961601#M644418</guid>
      <dc:creator>effinty2112</dc:creator>
      <dc:date>2015-11-25T13:36:41Z</dc:date>
    </item>
    <item>
      <title>Re: how to pull all the tables at a time from database</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-pull-all-the-tables-at-a-time-from-database/m-p/961602#M644419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bro,&lt;/P&gt;&lt;P&gt;i'm getting this kind of error....and my code and error is attached...Please help me out of these problem...&lt;IMG alt="Capture1.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/107292_Capture1.JPG" style="height: auto;" /&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/107291_Capture.JPG" style="height: 142px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Nov 2015 05:50:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-pull-all-the-tables-at-a-time-from-database/m-p/961602#M644419</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-26T05:50:36Z</dc:date>
    </item>
    <item>
      <title>Re: how to pull all the tables at a time from database</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-pull-all-the-tables-at-a-time-from-database/m-p/961603#M644420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;are u created dsn connection for this ans using the same to fetch the data?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Nov 2015 09:12:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-pull-all-the-tables-at-a-time-from-database/m-p/961603#M644420</guid>
      <dc:creator>buzzy996</dc:creator>
      <dc:date>2015-11-26T09:12:08Z</dc:date>
    </item>
    <item>
      <title>Re: how to pull all the tables at a time from database</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-pull-all-the-tables-at-a-time-from-database/m-p/961604#M644421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes shiva reddy...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Nov 2015 09:25:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-pull-all-the-tables-at-a-time-from-database/m-p/961604#M644421</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-26T09:25:48Z</dc:date>
    </item>
    <item>
      <title>Re: how to pull all the tables at a time from database</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-pull-all-the-tables-at-a-time-from-database/m-p/961605#M644422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this link&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-3863"&gt;Load all tables in database dynamically&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Nov 2015 09:29:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-pull-all-the-tables-at-a-time-from-database/m-p/961605#M644422</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-11-26T09:29:22Z</dc:date>
    </item>
    <item>
      <title>Re: how to pull all the tables at a time from database</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-pull-all-the-tables-at-a-time-from-database/m-p/961606#M644423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i think &lt;STRONG style="font-size: 11.7px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/jagan"&gt;jagan&lt;/A&gt;&lt;/STRONG&gt; already shared good one,hope that helps else let me know we can see...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Nov 2015 09:49:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-pull-all-the-tables-at-a-time-from-database/m-p/961606#M644423</guid>
      <dc:creator>buzzy996</dc:creator>
      <dc:date>2015-11-26T09:49:18Z</dc:date>
    </item>
    <item>
      <title>Re: how to pull all the tables at a time from database</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-pull-all-the-tables-at-a-time-from-database/m-p/961607#M644424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm tried with that,the thing is here i don't have Information schema.columns .so that it throws an error&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Nov 2015 10:12:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-pull-all-the-tables-at-a-time-from-database/m-p/961607#M644424</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-26T10:12:53Z</dc:date>
    </item>
    <item>
      <title>Re: how to pull all the tables at a time from database</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-pull-all-the-tables-at-a-time-from-database/m-p/961608#M644425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;Information schema.columns is for MS SQL Server database, you can replace that with the euqivalent table in the corresponding database.&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;For oracle ALL_TABLES&amp;nbsp;&amp;nbsp; &lt;A href="http://docs.oracle.com/cd/B28359_01/server.111/b28320/statviews_2105.htm" title="http://docs.oracle.com/cd/B28359_01/server.111/b28320/statviews_2105.htm"&gt;ALL_TABLES&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 14px; background-color: #f2f2f2; font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace;"&gt;For MYSQL - all_tables or SHOW_TABLES&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 14px; background-color: #f2f2f2; font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 14px; background-color: #f2f2f2; font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace;"&gt;&lt;A href="http://onewebsql.com/blog/list-all-tables" title="http://onewebsql.com/blog/list-all-tables"&gt;How to List All Tables and Describe Tables in Oracle, MySQL, DB2 and PostgreSQL | OneWebSQL&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 14px; background-color: #f2f2f2; font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 14px; background-color: #f2f2f2; font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace;"&gt;&lt;A href="http://dev.mysql.com/doc/refman/5.7/en/show-tables.html" title="http://dev.mysql.com/doc/refman/5.7/en/show-tables.html"&gt;MySQL :: MySQL 5.7 Reference Manual :: 13.7.5.37 SHOW TABLES Syntax&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;What is the database you are using?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;Jagan.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Nov 2015 00:50:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-pull-all-the-tables-at-a-time-from-database/m-p/961608#M644425</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-11-27T00:50:42Z</dc:date>
    </item>
  </channel>
</rss>

