Teradata Fastload – Part 2
A Sample Fastload script /*Section 1*/ .SESSIONS 50; /*Section 2*/ .LOGON IP_Adress/username,password; /*Section 3*/ drop table TERADATAPOINT.STUDENT; drop table TERADATAPOINT.STUDENT_E1; drop table TERADATAPOINT.STUDENT_E2; CREATE MULTISET TABLE TERADATAPOINT.STUDENT ,NO FALLBACK , NO BEFORE JOURNAL, NO AFTER JOURNAL, CHECKSUM = DEFAULT, DEFAULT … Read more »