If the script is aborted. why it is aborted and how can you identify ?
Answer / tdguy
Just looking at the logs of bteq or mload, we would be able
to know about the error code or type of error. This would
be enough to identify the error.
| Is This Answer Correct ? | 4 Yes | 0 No |
Explain the term 'columns' related to relational database management system?
What are the things to be considered while creating secondary index?
in teradata level primary in table level allows duplicates why?
Can we collect statistics on table level?
What is the opening step in basic teradata query script?
sel a.t1,b.t1 from emp a left outer join dept b ON a.id=b.id where b.deptno=10; sel a.t1,b.t1 from emp a left outer join dept b ON a.id=b.id and b.deptno=10; what is the difference on the above 2 queries?
what is identity column in TD?
What is smp and mpp platforms?
if a error occured in FASTLOAD is the fastload job stops?
what is use of fload loading into set table?
In Teradata, how do we Generate Sequence?
How can we pass Variable in Bteq with out using shell script Is it possible or not If possible let me know how can we pass varaibale