Hi all!
May be a very simple question.. I want to dump the current state of the Teradata database. To do it, I use arcmain and the following script:
ARCHIVE DATA TABLES (dbname),
RELEASE LOCK,
FILE=ARCHIVE;
However, this script archives tables without data. How could I dump all objects with their content?
Many thanks!
Forums: