|
|
Archives of the TeradataForum
Message Posted: Thu, 02 Aug 2012 @ 23:03:18 GMT
Subj: | | Re: Using COPY command to copy tables |
|
From: | | Newell, Ray |
The database must exist on the target, the copy command will not create it. If the tables do not exist on the target, copy will create them.
If the target tables already exist, copy will drop and create the tables on the target based on the definition on the tape. So any of the
existing table definitions on target that are different will be lost. Note, if the table already exists on the target, you will get a warning
message. This is simply for you to know that whatever definition you had on the target prior to the copy was replaced by the copy.
| |