Loading carriage returns with TPT Load Operator - response (3) by feinholz
No. It did not make it in to 14.0 or 14.10. We will look into this as a post-14.10 activity.
View ArticleError Code 6706: The string contains an untranslatable character. - response...
Teradata TPT Job ignores OUTLIMIT value. BTEQ RETLIMIT and FEXP OUTLIMIT work fine. Does anyone know why TPT ignores OUTLIMIT? I defined INTEGER OutLimit = 1, in TPT Job but it retrieved all the rows...
View ArticleNeed to convert UNICODE to LATIN - response (4) by virenag
CAST(COALESCE(col1,'') AS VARCHAR(10)) produces UNICODE While COALESCE(CAST(col1 AS VARCHAR(10)),'') produces LATIN. Any explaination for this? Thanks.
View ArticleUsing Parameters with Queries - response (12) by muji316
Use '?' as parameter. select * from CUSTOMER_MSISDN where MSISDN = '?inputMSISDN'
View ArticleIssue with Decimal(38,0) data type in BTEQ - response (2) by suresh1802
Thanks Dieter.....Both of them are working.....
View ArticleIs mload delete faster than the Bteq delete? - response (3) by suresh1802
Yes, if you give any inequality condition in where clause, it will go for FTS (as per my knowledge).... And to answer your question...let me rephrase the question this way......Do you want to...
View Article"Invalid date supplied for" error - response (6) by dnoeth
Hi Ashwiin, see http://forums.teradata.com/forum/database/invalid-timestamp-literal-when... Btw, please open a new thread for a new question. Dieter
View ArticlePartition Elimination - Using Subquery Route - topic by indrajit_td
Hi, We have the following tables being used in a query: FACT TABLE: CT MY_FACT (fact_key integer, dim1_key integer, dim2_key integer) primary index (fact_key) partition by (range_n (dim1_key between 0...
View Article"Invalid date supplied for" error - response (7) by stani75
Hi Dieter, It doesn't work, MS Query seems to not understand the 'cast' keyword in its SQL code. In the different layers I have (from Teradata DB on the server to MS Excel 2003 on my PC), I think that...
View Article"Invalid date supplied for" error - response (8) by CarlosAL
Hi. I executed your query in a MSQuery window with no errors (only replaced 'SEL' with 'SELECT', I'm a purist!). Execute SQL window: "SELECT CAST('9999-12-31 17:59:59' as TIMESTAMP);" Query1 (result)...
View ArticleIs mload delete faster than the Bteq delete? - response (4) by williams22
mload delete is faster as it deletes data row by row!!
View ArticleIssue with Decimal(38,0) data type in BTEQ - response (3) by williams22
i too found the same problem. I tried FORMAT 'Z(38)' or FORMAT '9(38)'. It worked. Thanks for Sharing!!
View Articlehow to delete my account - topic by anjunair
Hi , For some personal reasons I would like to delete my account . How can I do that?
View ArticleHow to delete my account in this forum - topic by anjunair
For some personal reasons I would like to delete my account. Pls help
View ArticleWhere is Teradata SQL Assistant - topic by naresh.db2dba
Hi, I just recently downloaded "Teradata Express 13 for Windows" software from Teradata.com site, also installed the same successfully in my laptop (windows 7). But now when I am trying to open...
View Articlere:spool space - topic by vijayshankar245
When i get an error stating 'NO MORE SPOOL SPACE IN USER' what does it mean? My understanding is that spool space is allocated equally across all AMPs and upper limit is defined for an USER. For...
View ArticlePartition Elimination - Using Subquery Route - response (1) by Remi
Hi, There is no way the explain can predict the set of values returned by your subquery, so the partition elimination won't work here. However, this doesn't necessarily mean that the partitionning...
View ArticleUrgent requirement : Teradata Developer for long term contract, Location :...
Position : Teradata Developer Location : Central NJ Duration : Long term contract Responsibilities Include : * Participating in source system data analysis and creation of physical data models * Ensure...
View Articlepartition question - response (3) by Remi
To answer the last question, if I get it right, NO RANGE is just another partition for any value out of the range you have defined. So partition elimination can also be leveraged for a value that is...
View Articlere:spool space - response (1) by Qaisar Aftab Kiani
Your understanding is correct! If the required spool space for a USER's query on one AMP is less than what is currently available then TD can't hold the intermediate results in spool and thus end up...
View Article