<?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: Need help in joining two tables in sql server and copy result to oracle database in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Need-help-in-joining-two-tables-in-sql-server-and-copy-result-to/m-p/2300020#M72299</link>
    <description>&lt;P&gt;How are you wanting to use Talend here? You can use your select query to return the data and send it to Oracle. You'd need to use a tDBInput component to bring the data in (using that query) from SQL Server, then use a tDBOutput component to load into Oracle (you can also create your table if it doesn't exist with this. Creating your view you can do, but it will probably less work to just run that code in your DB.....unless you need it to be dynamic. In which case you can dynamically build your view script and then use a tDBRow to send it to the DB. &lt;/P&gt;</description>
    <pubDate>Tue, 03 May 2022 13:41:35 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-05-03T13:41:35Z</dc:date>
    <item>
      <title>Need help in joining two tables in sql server and copy result to oracle database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Need-help-in-joining-two-tables-in-sql-server-and-copy-result-to/m-p/2300019#M72298</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have two tables in sql server. I need to join this two tables in copy the result to oracle database table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using below query and created a view based on below query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select&amp;nbsp;&lt;/P&gt;&lt;P&gt;a.empId,empcode,empname,branch_names,dept_names,&lt;/P&gt;&lt;P&gt;CONVERT(VARCHAR(10), DateOFFICE, 101) as DateOffice,&lt;/P&gt;&lt;P&gt;CONVERT(VARCHAR(5),In1,108) as In1,&lt;/P&gt;&lt;P&gt;CONVERT(VARCHAR(5),OUT2,108) as OUT2&lt;/P&gt;&lt;P&gt;from AHome.dbo.Tran_Attendance a&lt;/P&gt;&lt;P&gt;inner join AHome.dbo.Mst_Employee b&lt;/P&gt;&lt;P&gt;on a.empid=b.empid&lt;/P&gt;&lt;P&gt;where In1 is not null or OUT2 is not null&lt;/P&gt;&lt;P&gt;order by empID,DateOFFICE;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;create view biometric_attendance as&amp;nbsp;&lt;/P&gt;&lt;P&gt;select&amp;nbsp;&lt;/P&gt;&lt;P&gt;a.empId,empcode,empname,branch_names,dept_names,&lt;/P&gt;&lt;P&gt;CONVERT(VARCHAR(10), DateOFFICE, 101) as DateOffice,&lt;/P&gt;&lt;P&gt;CONVERT(VARCHAR(5),In1,108) as In1,&lt;/P&gt;&lt;P&gt;CONVERT(VARCHAR(5),OUT2,108) as OUT2&lt;/P&gt;&lt;P&gt;from AHome.dbo.Tran_Attendance a&lt;/P&gt;&lt;P&gt;inner join AHome.dbo.Mst_Employee b&lt;/P&gt;&lt;P&gt;on a.empid=b.empid&lt;/P&gt;&lt;P&gt;where In1 is not null or OUT2 is not null;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 22:57:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Need-help-in-joining-two-tables-in-sql-server-and-copy-result-to/m-p/2300019#M72298</guid>
      <dc:creator>mboss1649680202</dc:creator>
      <dc:date>2024-11-15T22:57:40Z</dc:date>
    </item>
    <item>
      <title>Re: Need help in joining two tables in sql server and copy result to oracle database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Need-help-in-joining-two-tables-in-sql-server-and-copy-result-to/m-p/2300020#M72299</link>
      <description>&lt;P&gt;How are you wanting to use Talend here? You can use your select query to return the data and send it to Oracle. You'd need to use a tDBInput component to bring the data in (using that query) from SQL Server, then use a tDBOutput component to load into Oracle (you can also create your table if it doesn't exist with this. Creating your view you can do, but it will probably less work to just run that code in your DB.....unless you need it to be dynamic. In which case you can dynamically build your view script and then use a tDBRow to send it to the DB. &lt;/P&gt;</description>
      <pubDate>Tue, 03 May 2022 13:41:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Need-help-in-joining-two-tables-in-sql-server-and-copy-result-to/m-p/2300020#M72299</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-05-03T13:41:35Z</dc:date>
    </item>
  </channel>
</rss>

