Teradata connectivity to Jaspersoft iReport & server - response (1) by...
You can use use Teradata JDBC driver. have a look at http://developer.teradata.com/doc/connectivity/jdbc/reference/current/frameset.html Harpreet
View ArticleSkew Factor of Input and Output Tables of a Query - response (1) by...
Hope only the skewfactor of target tables needs to be considered, bcoz it is where the data distribution is going to happen. cardinality of the source data for target table primary index column /...
View ArticleUnderstanding Fastload - topic by rajeev saravanan
Hi, I am trying to understand fload from a restrating point of view. According to the fast load manual there are 2 phases in it loading phase and end loading phase and the restart strategy depends...
View ArticleConvert Text to Proper Case is huge problme - response (5) by Teraditya
I am working on a similar problem with First and Last names. I am using this in the view for formatting the last name - UPPER(SUBSTR(FIRST_NAME,1,1)) || LOWER(SUBSTR(FIRST_NAME,2) ) AS...
View ArticleXML Services on Express 14.0 -- trouble in install - response (2) by Tuen
I'm finding installing the XML Services on the 14.0 Express to be extremely painful...much like you the fact that the 13.10 XML Services doesn't appear to be setup to run against anything past V2R6...
View ArticleReport generating with dynamic SQL - topic by Malleshkr
Hi, I have a scenario, where i need to generate report based on Logic on date. Am running my report on Tuesday of every week. And pull all the details for the last week. But have a problem when the...
View ArticleReport generating with dynamic SQL - response (1) by dnoeth
Hi Mallesh this should be what you're looking for: WHERE x BETWEEN CASE WHEN EXTRACT(DAY FROM CURRENT_DATE) >= 7 THEN CURRENT_DATE - 7 ELSE ADD_MONTHS(CURRENT_DATE - (EXTRACT(DAY FROM...
View ArticleCan someone please explain the below query in detail? - topic by barani_sachin
Please expalin in detail how exactly we are getting total size of the DB and the free space in the DB. Query used to find the free space. SELECT DATABASENAME,SUM(MAXPERM)/1073741824 AS TOTAL_SPACE,...
View ArticleReport generating with dynamic SQL - response (2) by Malleshkr
Dieter, Yes thats correct. It worked very well for me. But tweaked to get my final result as expected. BETWEEN CASE WHEN EXTRACT(DAY FROM CURRENT_DATE) >= 7 THEN (CURRENT_DATE -...
View ArticleMerry Christmas to everyone! - topic by TeradataRecruitment
Have a happy happy holiday and we look forward to assisting you with new jobs next year! http://youtu.be/09uqPE9-66c?hd=1
View ArticleTPT script loading issue - response (13) by Barathe
I am using export and update operator in a TPT script.Primary Index alone is defined in my target table(Not-UPI).I don't get any error while executing the TPT script.But while loading the target...
View ArticleSQL_SELECTOR: TPT15105: Error 13 in finalizing the table schema definition -...
yes i did try this, i had 30-40 odd columns in the sql so wanted to check before maknig the change. Anyways i made the change and it works.. its strange thogh there's no implicit conversion. it has to...
View ArticleFastload Lock Release without table recreate option - topic by TDUser2000
Hello All, I am on Teradata 13 version.I am looking for the options to release the fastload lock apart from dropping and creating the table . Can someone help me in releasing the fastload lock and i...
View ArticleVariable results from an sql statement - topic by spidermonk
Is there a way to assign a value to a variable inside a procedure with the results from an sql statement? EXAMPLE: read more
View ArticleCan someone please explain the below query in detail? - response (1) by...
You will get lot of interesting information in Teradata Administration manual chapter 4 Space. here is extract from chapter which tells about peek, current,max CURRENTPERM The total number of bytes...
View ArticleConvert Text to Proper Case is huge problme - response (6) by Teraditya
I ended up doing this in the view to display Last Names graciously. Our email team can now use the data without having to spend time on formatting data every time. CASE WHEN LAST_NAME LIKE '%-%' --...
View ArticleWhat is dynamic sql - response (7) by kuntal.h.shah
That Helped. Thanks. One more question, I need to pass string as parameter and need to use in WHERE clause. For example in a dynamic SQL, 'SELECT * FROM DBC.COLUMNS WHERE TABLENAME =' || TB1 || .. ;...
View ArticleTeradata Studio Express 14 Slow - response (2) by fgrimmer
We have a made a significant performance improvement when displaying the result sets in the result set viewer, which I think will address your issue. The improvement is in our 14.02 release, which is...
View Article