<?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 Getting Talend to carry over the user schema from SQL Server in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Getting-Talend-to-carry-over-the-user-schema-from-SQL-Server/m-p/2240155#M27729</link>
    <description>&lt;P&gt;Hi. &amp;nbsp;We are running SQL Server 2016 and TOD 6.3.1. &amp;nbsp;When creating the initial connection to SQL Server, we are not inputting a specific schema to connect to as there are multiple. &amp;nbsp;After retrieving the table schema via Talend, however, I would expect that the schema would be populated with the table components, but it isn't. &amp;nbsp;The user schema remains empty, thus causing our Talend job to fail because the SQL query fails to find the correct table. &amp;nbsp;Is there a configuration that we are missing that will populate the user schema upon table schema retrieval? &amp;nbsp;Thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cathy&lt;/P&gt;</description>
    <pubDate>Fri, 28 Apr 2017 18:25:09 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-04-28T18:25:09Z</dc:date>
    <item>
      <title>Getting Talend to carry over the user schema from SQL Server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Getting-Talend-to-carry-over-the-user-schema-from-SQL-Server/m-p/2240155#M27729</link>
      <description>&lt;P&gt;Hi. &amp;nbsp;We are running SQL Server 2016 and TOD 6.3.1. &amp;nbsp;When creating the initial connection to SQL Server, we are not inputting a specific schema to connect to as there are multiple. &amp;nbsp;After retrieving the table schema via Talend, however, I would expect that the schema would be populated with the table components, but it isn't. &amp;nbsp;The user schema remains empty, thus causing our Talend job to fail because the SQL query fails to find the correct table. &amp;nbsp;Is there a configuration that we are missing that will populate the user schema upon table schema retrieval? &amp;nbsp;Thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cathy&lt;/P&gt;</description>
      <pubDate>Fri, 28 Apr 2017 18:25:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Getting-Talend-to-carry-over-the-user-schema-from-SQL-Server/m-p/2240155#M27729</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-28T18:25:09Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Talend to carry over the user schema from SQL Server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Getting-Talend-to-carry-over-the-user-schema-from-SQL-Server/m-p/2240156#M27730</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Sorry, your message is not very clear.&lt;/P&gt; 
&lt;P&gt;I suppose you are speaking about the user schema in the tMSSqlConnection component.&lt;/P&gt; 
&lt;P&gt;If it is empty, all queries&amp;nbsp;have to define&amp;nbsp;the schema explicitly to address the desired SQL objects using the syntax:&lt;/P&gt; 
&lt;PRE&gt;schema.table.column&lt;/PRE&gt; 
&lt;P&gt;Schema can be define as a context variable which allow you to construct the desired query by concatenation:&lt;/P&gt; 
&lt;PRE&gt;context.SQLServerSchema+"table.column"&lt;/PRE&gt; 
&lt;P&gt;Also, as a shortcut, you can retriee a table schema by writing "select * from yourTable" or &lt;SPAN&gt;"select * from yourSchema.yourTable"&amp;nbsp;&lt;/SPAN&gt;in the tMSSqlInput component.&lt;/P&gt; 
&lt;P&gt;Then hit "Guess schema" and after that, hit "Guess Query" to get the detailed select with all the columns according to the table schema.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Hope this helps,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 29 Apr 2017 07:59:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Getting-Talend-to-carry-over-the-user-schema-from-SQL-Server/m-p/2240156#M27730</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2017-04-29T07:59:24Z</dc:date>
    </item>
  </channel>
</rss>

