|
|
Archives of the TeradataForum
Message Posted: Sun, 19 Oct 2014 @ 22:27:56 GMT
Subj: | | Re: FastExport error while using BTEQ .IMPORT command |
|
From: | | Pluebell, Fred |
FastExport does not allow you to IMPORT to a table, even a single row.
Instead, IMPORT populates variables that can be referenced in the script in place of constant values.
If you want to load a table using BTEQ .IMPORT, then invoke BTEQ.
Or consider Teradata Parallel Transporter, which allows multiple operators (e.g. INSERT or LOAD, and EXPORT) in the same script.
| |