|
|
Archives of the TeradataForum
Message Posted: Fri, 09 Jun 2006 @ 13:02:19 GMT
Subj: | | Re: Fastload issue - Value for Record statement may be too large |
|
From: | | Geoffrey Rommel |
>**** 22:50:13 Field too large in vartext data record: 2, field:
> ENROLLMENT_DT
This means that the enrollment_dt field on the incoming record is longer than you specified. Try "enrollment_dt (varchar(20))". In
general, on varchar input, there is no harm in specifying a larger number than you think you'll need. All the fields could be varchar(100).
| |