which utitility can use for loading the data from non-teradata to teradata ?
Answers were Sorted based on User's Feedback
Answer / tdguy
TPT with ODBC operator is a good option for loading data
from non teradata to teradata.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / bhanuprakash
OLE LOAD IS ONLY UTILITY TO TRANSFER THE DATA FROM NON
TERADATA TO TERADATA
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / sudhakarreddy
TPT supports from (sql servr,oracle) to teradata
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / nm
TPT is also used.TPT means teradata parallel transporter
| Is This Answer Correct ? | 2 Yes | 1 No |
In which phase of the Active Data Warehouse evolution do you use data to determine what will happen?
What is meant by a Channel Driver?
What is the use of teradata system software?
how can we analyze the locks ?
In general, how do you optimze any sql in teradata?
List out teradata data types?
What is the use of virtual processor connectivity in teradata?
Define views in teradata with general syntax.
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?
IS IT POSSIBLE THAT THERE R TWO PRIMARY KEY WILL BE IN A SAME TABLE?PLZ HELP ME BY GIVING THE ANSWER.THANK U.
Hi frnds this question is asked at IBM One query is there when we dont collect stastics on it,exlapin will show us LOW CONFIDENCE,When we collect stastics it shows HIGH CONFIDENCE.WHAT IS THE INTERNAL ARCHITECTURE ACTUALLY GOING ON ?????ASKED ON 23-08-2012 THANKS IN ADVANCE
"pravalli nagireddy" record is there in address column but i want display only 'nagireddy' from the main string what is query for that pls tell me