problem with TPT load :TPT12108: Output Schema does not match data from...
Hi I am trying to workout delta transformation in TPT. I am trying to compare src and target tables and accordingly updaing target table somthing like DEFINE JOB delta_USING_SRC_TABLE DESCRIPTION...
View Articleunable to run query in Teradata Studio Express while being used in VMware...
I'm having the same issue. Is there a resolution?
View Articlehow to find the start dates from history - response (1) by sunny.j
any one please help me to write the sql to get this result
View Articlehow to find the start dates from history - response (2) by Qaisar Aftab Kiani
In your second example there are no customers with start date of 13/11/2011. Anyways, If you just need the minimum start date against a customer then you can do this... SELECT CUSTOMER_ID,...
View Articlehow to find the start dates from history - response (7) by Qaisar Aftab Kiani
And If you need the complete record then you can SELECT TBL1.* FROM <<TABLE_NAME>> AS TBL1 INNER JOIN ( SELECT CUSTOMER_ID, MIN(START_DATE) MIN_START_DATE FROM <<TABLE_NAME>>...
View ArticleInvalid Timestamp - topic by superjuanito88
Goodnight I have a problem doing a CAST in this query to execute, get the error invalid timestamp. read more
View ArticleDifference Between Restore Job and Copy Job - response (5) by usmans
Thanks Adeel for your comment and input. Now can you tell me what is the difference between "Copy Job" and "Restore Job"? In your experience, when would you make a copy job and when would you make a...
View ArticleInvalid Timestamp - response (1) by ocirej23
Hi, Please check if the result of the concatinated values is in proper format before casting to timestamp.
View ArticleCreate database and database space concepts - topic by usmans
Hi, My question is this: Suppose we have a system having 1 TB of total space. I have created a database of 500 GB(MAXPERM) and the current perm is 300 GB. The total effective free space on the system...
View Articlehow to find the start dates from history - response (8) by sunny.j
thanks for the reply, yes its a typo error . in case:2 the start date is 13/01/2011.
View Articlehow to find the start dates from history - response (9) by sunny.j
your second query is not working for case:2 scenario. any one would please help me
View ArticleDuplicate rows in Fload while loading in a NOPI table? - response (3) by...
Thanks Thomas :) My understandng is : 1) While Floading into the tables with PI the data will be sorted and duplicate rows will be eliminated. 2) While Floading into the tables with NOPI the data...
View Articlehow to find the start dates from the Transaction history - topic by sunny.j
Hi i'm trying to write a sql to know the start date for a customer , the data looks like Case :1 customer start date end date transaction read more
View ArticleFormat yyyy.mm.dd hh:mm:ss to ddmmmyyyy:hh:mm:ss - topic by sarancts
Hi all, I have a column in staging table with the format of yyyy.mm.dd hh:mm:ss. This needs to be converted to the format of ddmmmyyy:hh:mm:ss. Consider the following example for the conversion....
View Articlehow to find the start dates from history - response (10) by CarlosAL
Sunny: Maybe this approach will help you: BTEQ -- Enter your SQL request or BTEQ command: SELECT * FROM YOUR_TABLE ORDER BY 1,2; *** Query completed. 8 rows found. 4 columns returned. *** Total...
View ArticleDuplicate rows in MLoad? - response (10) by barani_sachin
Thanks Qaisar... Now i got that Fload will insert duplicate rows in NOPI tables. How does it handle that when there is some interuption and after that the Fload is restarted?
View Articlesql assistant 13.10 - Show definition window wont close - response (2) by...
This bug was introduced in 13.10.0.6 when we fixed a related problem. It was corrected in 13.10.0.8. I would suggest you update to the latest release. That would be 13.10.0.9 or [better] 13.11.0.6 for...
View ArticleSQL Assistant 13 not importing from txt file saved from Excel - response (1)...
Are you using ODBC or Teradata.Net to connect? What exact version of SQL Assistant are you using? Could you send a small sample input file to Mike.Dempsey@Teradata.com so that I can try to replicate...
View ArticleETL Process results in contention on Teradata table - response (3) by Fred
If the WHERE clause allows Teradata to identify a single specific RowHash to be updated by the statement (e.g. access by PI or USI) then RowHash locking can be used. Otherwise (e.g. access by scanning...
View ArticleTERADATA CERTIFICATION - response (23) by Fred
The general rule is that all the required exams for a certification must be passed at the same release level. The exception is that if one already is a Teradata Certified Master at V2R5 level, passing...
View Article