Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
A newbie question I am afraid!
how do i execute a truncate table(s) set of statements (mysql database ) at the start of a job . I do not want to load records at this point(so no using tmysqloutput).
I have tried to use tMysqlRow but recieve an error i assume means that this component cannot run DDL statements. I would like to dynamicly select which table to truncate based on runtime context so a stored proc is not going to work.
comments and assistance appreciated
regards
Neil