Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Execute SQL task before starting a Job

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

Labels (2)
1 Solution

Accepted Solutions
JR1
Creator III
Creator III

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.

View solution in original post

2 Replies
JR1
Creator III
Creator III

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.

Anonymous
Not applicable
Author

Hello JR,

 

Thanks a lot! That works.