<?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: tMSSqlOutput: Can you specify the database schema for the update table in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tMSSqlOutput-Can-you-specify-the-database-schema-for-the-update/m-p/2328745#M98005</link>
    <description>Hi,&lt;BR /&gt;We see that you are using an existing connection from your screenshot.&lt;BR /&gt;Did you follow up document:&lt;A href="https://help.talend.com/search/all?query=Centralizing+database+metadata" target="_blank" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter:Centralizing database metadata&lt;/A&gt;&amp;nbsp;to set up DB connection and retrieve specified table schema?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
    <pubDate>Fri, 26 Aug 2016 03:48:12 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-08-26T03:48:12Z</dc:date>
    <item>
      <title>tMSSqlOutput: Can you specify the database schema for the update table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMSSqlOutput-Can-you-specify-the-database-schema-for-the-update/m-p/2328744#M98004</link>
      <description>&lt;P&gt;I don't see any way to specify the name of the database schema which the table to update stored in. Not all of my tables are in the default dbo schema.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MFXI.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/135746i84FE8742915FDF3C/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MFXI.png" alt="0683p000009MFXI.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;STRONG&gt;UPDATE:&lt;/STRONG&gt;&amp;nbsp;A possible workaround is to create a synonym in the dbo schema to the desired table but I shouldn't have to make a database change just to accommodate the tool. And in many cases, this type of change isn't an option.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Aug 2016 16:49:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMSSqlOutput-Can-you-specify-the-database-schema-for-the-update/m-p/2328744#M98004</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-25T16:49:24Z</dc:date>
    </item>
    <item>
      <title>Re: tMSSqlOutput: Can you specify the database schema for the update table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMSSqlOutput-Can-you-specify-the-database-schema-for-the-update/m-p/2328745#M98005</link>
      <description>Hi,&lt;BR /&gt;We see that you are using an existing connection from your screenshot.&lt;BR /&gt;Did you follow up document:&lt;A href="https://help.talend.com/search/all?query=Centralizing+database+metadata" target="_blank" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter:Centralizing database metadata&lt;/A&gt;&amp;nbsp;to set up DB connection and retrieve specified table schema?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Fri, 26 Aug 2016 03:48:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMSSqlOutput-Can-you-specify-the-database-schema-for-the-update/m-p/2328745#M98005</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-26T03:48:12Z</dc:date>
    </item>
    <item>
      <title>Re: tMSSqlOutput: Can you specify the database schema for the update table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMSSqlOutput-Can-you-specify-the-database-schema-for-the-update/m-p/2328746#M98006</link>
      <description>You seem to be confusing the meanings of schema. What you're referring to is the expected structure of the data.
&lt;BR /&gt;
&lt;BR /&gt;However, in many RDBMS's ( Oracle &amp;amp; MSSQL but not MySQL ), tables are organized in a hierarchy underneath a database schema. So I have a table named StepHistory which is located in the Job schema. So I reference it as job.StepHistory.&amp;nbsp;
&lt;BR /&gt;
&lt;BR /&gt;Some parts of this application are aware of this structure but it doesn't appear that MSSqlOutput is schema aware.
&lt;BR /&gt;
&lt;BR /&gt;For example, this dialog get's it correct.
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MFgD.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154484iC52DED1C802CA335/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MFgD.png" alt="0683p000009MFgD.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Fri, 26 Aug 2016 17:31:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMSSqlOutput-Can-you-specify-the-database-schema-for-the-update/m-p/2328746#M98006</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-26T17:31:43Z</dc:date>
    </item>
    <item>
      <title>Re: tMSSqlOutput: Can you specify the database schema for the update table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMSSqlOutput-Can-you-specify-the-database-schema-for-the-update/m-p/2328747#M98007</link>
      <description>Hi,
&lt;BR /&gt;You can&amp;nbsp;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;specify the name of the database schema on Database connection on repository.&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;Best regards&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;Sabrina&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MFgI.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/142701i7FD568D191B7A549/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MFgI.png" alt="0683p000009MFgI.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Mon, 29 Aug 2016 08:31:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMSSqlOutput-Can-you-specify-the-database-schema-for-the-update/m-p/2328747#M98007</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-29T08:31:16Z</dc:date>
    </item>
    <item>
      <title>Re: tMSSqlOutput: Can you specify the database schema for the update table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMSSqlOutput-Can-you-specify-the-database-schema-for-the-update/m-p/2328748#M98008</link>
      <description>It's not ideal since I need to create a new connection for every schema, but this method does work. Thank you.</description>
      <pubDate>Mon, 29 Aug 2016 15:02:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMSSqlOutput-Can-you-specify-the-database-schema-for-the-update/m-p/2328748#M98008</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-29T15:02:43Z</dc:date>
    </item>
    <item>
      <title>Re: tMSSqlOutput: Can you specify the database schema for the update table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMSSqlOutput-Can-you-specify-the-database-schema-for-the-update/m-p/2328749#M98009</link>
      <description>Hi,&amp;nbsp; 
&lt;BR /&gt;Or you can connect your DB by using tmssqlXXX components directly(Built-in) without DB metadata. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MFfz.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/128266i9F4CBA02561DC5F3/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MFfz.png" alt="0683p000009MFfz.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Tue, 30 Aug 2016 10:03:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMSSqlOutput-Can-you-specify-the-database-schema-for-the-update/m-p/2328749#M98009</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-30T10:03:49Z</dc:date>
    </item>
  </channel>
</rss>

