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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Talend Delete Table option does not empty table

Hi,
I am trying to delete table using tmssqlrow component. First i need to delete/trucate multiple tables then I  do updata/insert for multiple tables.
I used tmssqltablelist>>>>tmssqlrow>>>tmssqlsp>>>>tmssqlsp. I used delete option in tmssqlrow. It wasn't working If I run the "TRUNCATE TABLE" manually in the SQL Server Management Studio, the job works fine.
option-1: I can create store proc to truncate the table, then i can call the store proc. 
Do we have any other options then this? I don't want to use so many SP in the mapping.
Why tmssqlrow delete query is not working? 
Thanks in Advance
Labels (2)
1 Reply
Anonymous
Not applicable
Author

Hi,
Have you treid "drop table_name" query in  your tmssqlrow component to see if it works? Screenshots of your job setting will be preferred.
Best regards
Sabrina