Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: timonkHi,
I did a quick search on Teradata fastload/multiload and it looks like these are utilities accessed/started from the system command prompt, after which you can run your SQL scripts.
DB Store, or even DB Execute do not have the ability to execute system level commands. So unless you can access or activate those modes from inside a SQL script, it won't work.
What you may be able to do, is write a simple python or java node that passes a sql script file to that fastload or multiload function call. If your sql is fairly static, you might keep it as a separate script file, or use one of the output nodes to construct your SQL statement and dump it to a file, which you can pass to the Python or Java node. I will say I have not done this myself.
-Timon