|
|
Archives of the TeradataForum
Message Posted: Thu, 17 Jun 2004 @ 12:38:17 GMT
Subj: | | Re: How to do Export / Import of any database with data? |
|
From: | | Agarwal, Rishi |
Nisha,
You can use fastexport (with Multiload option) script. This will export the source data to some file and at the same time it will also create
the multiload file to load the same data. You can change the target database details and table names (if the table names are different in the
target db) in the multiload script and run the same to load the data again in the target db.
Another option is that you can use ARC utility to COPY/RESTORE the complete database on different server.
- Rishi
| |