Teradata 12 Certification - response (210) by sunmanu9
For Teradata trainings please contact me at sunmanu9@gmail.com. you can go through my videos for more detail about training - http://www.youtube.com/watch?v=Y4j4qnjjf4k...
View ArticleTeradata DBA Training - response (7) by sunmanu9
For Teradata Developer or DBA trainings please contact me at sunmanu9@gmail.com. you can go through my videos for more detail about training - http://www.youtube.com/watch?v=Y4j4qnjjf4k...
View ArticleTeradata DBA Traninig in Hyderabad? - response (11) by sunmanu9
For Teradata trainings please contact me at sunmanu9@gmail.com. you can go through my videos for more detail about training - http://www.youtube.com/watch?v=Y4j4qnjjf4k...
View ArticleWant Teradata SQL Tutorial - response (156) by sunmanu9
Pleaes contact me at sunmanu9@gmail.com for teradata trainings. you can go through my videos in youtube for more details- http://www.youtube.com/watch?v=Y4j4qnjjf4k...
View ArticleRequest size exceeds maximum. - response (7) by nhari
Hi, I am also facing the same issue as RDBMS code 350: CLI2: REQOVFLOW(350): Request size exceeds maximum with datastage and teradata in immediate mode. Teradata 13.10 and DS 8.x My Request...
View ArticleWhat is a building block approach to building semantic data models? -...
I was once was involved, with a previous employer, on developing pre-defined semantic models optionally provided upon purchase of our product. These models were composed of components similar to such...
View ArticleCLI Access to Geometry Data - topic by andy.street@spatialbiz.co
I am writing a C++ application to interact with Teradata ST_GEometry data types usign CLI. My problem is that I am not sure how to access data returned from a DBHCL call where the dbc.resp_mode is set...
View ArticleA Wish List for future versions of Teradata. - response (8) by Fred
No CASE required; if you know that the value will properly fit in 2 characters you can apply explicit FORMAT: CAST(CAST(DAYS_EARN_MO_NBR AS FORMAT '99') AS CHAR(2)) As Ulrich pointed out, if you want...
View ArticleTeradata Basic Certification Help - response (17) by sagarmokashi
Hi EveryOne, Request to all. I am preparing TE0-121 Teradata 12 Basics Exam. And for this study i am refering TD13 Documents, Can you please send me the important topics from this TD13 docs which...
View ArticleIdentifying The DDL From The System Tables - topic by rajeev saravanan
Hi all, I know that the complete DDL information for a table can be obtained using the show table command, however i am intrested in knowing where these table,column index info are stored in the system...
View ArticleObtaining DDL Information From The System Tables - topic by rajeev saravanan
Hi all, I know that the complete DDL information for a table can be obtained using the show table command, however i am intrested in knowing where these table,column index info are stored in the...
View ArticleTeradata query doubt important - response (5) by terdeveloper2012
Hi Dieter, thank you very much...it seems to run..just a question...I have also tried to use a loop creating the procedure : replace procedure GetQuery ( OUT xToken varchar(2000)) begin declare...
View ArticleTeradata query doubt important - response (6) by dnoeth
You should mention the exact error message instead of "doesn't work". When you want a SP to return answer sets you have to define it with "dynamic result sets": replace procedure GetQuery(OUT xToken...
View ArticleObtaining DDL Information From The System Tables - response (1) by dnoeth
It's impossible to create the full syntax out of the system tables: Most of the metadata can be accessed using some dbc views like dbc.columnsV and dbc.IndicesV, but some info is not stored within the...
View ArticleHOW to export to excel use right format? - response (1) by sriesuresh
Hi, Can you please tell me how to export the results to excel in teradata? Thanx
View ArticleFile export from BTEQ - response (3) by asadali.khan
Much appropriate way of doing this is to check the file if it exists. -- If condition to check if the files exists; If it does then remove it. .OS IF [ -f directlry_Path/XYX.txt]; then .OS rm -f...
View ArticleIdentifying The DDL From The System Tables - response (1) by Adeel Chaudhry
I wrote something in 2008 .... which am attaching here .... hope that helps. As far as i know, you cannot come up with 100% identical output as that of SHOW TABLE command, but it might just fulfills...
View ArticleTeradata query doubt important - response (7) by terdeveloper2012
I think it would be better not use a loop, it takes long time to execute. Do you think using sys_calendar is the only way? I can' t use a table with numbers in it
View ArticleBTEQ - Cannot write hexa character in output file - response (8) by DCR
Dieter, worked perfectly! Thank you and thank everybody for their help.
View Article