<?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 migrate from mssql server to mysql (whole database, not by table) in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/migrate-from-mssql-server-to-mysql-whole-database-not-by-table/m-p/2216160#M12295</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I just recently started using Talend Data Integration and I'm figuring out how I could migration mssql server databases to mysql databases.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;So far what I have found in the discussion community the way to migrate by table with the condition that the output table should exist with columns already setted.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;What I wanted to do here to to use mssql server database to generate mysql database from scratch (no schemas, tables created prior).&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;This is what I've been doing so far&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="db.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M9Al.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/137231i14D09CB411C20B48/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M9Al.png" alt="0683p000009M9Al.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;tablelist, columnlist = tablename is not specific, because I wanted all tables in the database&lt;/P&gt; 
&lt;P&gt;fixedflowinput = I had to choose one table (though I wanted all tables as mentioned above)&lt;/P&gt; 
&lt;P&gt;logrow = build-in input&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;this is still midway, because I still couldn't figure out which components or setting I should put to make it work.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;what i'm trying to achieve&lt;/P&gt; 
&lt;P&gt;MSSQL SERVER DB (existing data) =&amp;gt; create new mysql DB using mssql server data&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Please let me know if you need anymore information.&lt;/P&gt; 
&lt;P&gt;I'm very confuse as there are no clear documentation on whole database migration,&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;please be lenient with me.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thank you&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 26 Feb 2020 10:30:32 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-02-26T10:30:32Z</dc:date>
    <item>
      <title>migrate from mssql server to mysql (whole database, not by table)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/migrate-from-mssql-server-to-mysql-whole-database-not-by-table/m-p/2216160#M12295</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I just recently started using Talend Data Integration and I'm figuring out how I could migration mssql server databases to mysql databases.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;So far what I have found in the discussion community the way to migrate by table with the condition that the output table should exist with columns already setted.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;What I wanted to do here to to use mssql server database to generate mysql database from scratch (no schemas, tables created prior).&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;This is what I've been doing so far&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="db.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M9Al.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/137231i14D09CB411C20B48/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M9Al.png" alt="0683p000009M9Al.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;tablelist, columnlist = tablename is not specific, because I wanted all tables in the database&lt;/P&gt; 
&lt;P&gt;fixedflowinput = I had to choose one table (though I wanted all tables as mentioned above)&lt;/P&gt; 
&lt;P&gt;logrow = build-in input&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;this is still midway, because I still couldn't figure out which components or setting I should put to make it work.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;what i'm trying to achieve&lt;/P&gt; 
&lt;P&gt;MSSQL SERVER DB (existing data) =&amp;gt; create new mysql DB using mssql server data&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Please let me know if you need anymore information.&lt;/P&gt; 
&lt;P&gt;I'm very confuse as there are no clear documentation on whole database migration,&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;please be lenient with me.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thank you&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Feb 2020 10:30:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/migrate-from-mssql-server-to-mysql-whole-database-not-by-table/m-p/2216160#M12295</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-02-26T10:30:32Z</dc:date>
    </item>
  </channel>
</rss>

