Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello Everyone,
I would like to know what is the component used to execute an sql task before running a Job. I would like to truncate my fact tables before loading them. I've used 'execute sql task' component in SSIS for the above problem.
I've tried looking for tMSQLrow component in the pallete but was not able to find it. Instead I found tHiveRow(not sure if it's the right component) which requires external jar's to be installed.
Please help me with this.
Thanks and regards,
Praneeth Reddy Varimalla
Hi
Have you tried the component tDBRow and then select the DB type "MySQL" or "MSSQL" (not sure which one you use) in the component parameters? Since Talend 7.X the component will automatically change to a tMySQLRow or tMSSQLRow component after you do this.
Hi
Have you tried the component tDBRow and then select the DB type "MySQL" or "MSSQL" (not sure which one you use) in the component parameters? Since Talend 7.X the component will automatically change to a tMySQLRow or tMSSQLRow component after you do this.
Hello JR,
Thanks a lot! That works.