|
|
Archives of the TeradataForum
Message Posted: Fri, 15 Sep 2006 @ 17:40:55 GMT
Subj: | | Re: Moving Data Across Nodes With SQL Assistant |
|
From: | | Harris, Tim |
Use TPT (Teradata Parallel Transporter - previously known as Warehouse Builder). It is fairly easy to write a script to move data from one
Teradata system to another. It basically will combine a fastexport from one system and stream it to a fastload going to another system, without
landing the data or having to set up named pipes. High performance and simple to implement.
| |