Loading using Teradata Parallel Transporter Load utility. - response (9) by...
Hi I am exporting a data from Teradata in the binary format using TPT export oprator. This exported data will be input for the mainfram. But while loading data in mainfram , Mainfram Team is telling...
View Articlehow to write Year(Date(Days({fn CURDATE()})-32)) in Teradata - topic by...
Hi, Can anyone help me in converting this : read more
View Articlehow to write Year(Date(Days({fn CURDATE()})-32)) in Teradata - response (1)...
Probably: extract(year from current_date - 32) Dieter
View Articlehow to write Year(Date(Days({fn CURDATE()})-32)) in Teradata - response (2)...
If you want to extract year from the date - 32 days then this is the query SELECT EXTRACT(YEAR FROM (CURRENT_DATE - INTERVAL '32' DAY))
View ArticleCompare 3 Consecutive rows in a table - response (4) by eosphorus
Dieter, Thanks a lot. This was exactly what I was looking for!
View ArticleTeradata online training, online teradata training - response (10) by shamshad
Hello All here is a excellent and well structured course for beginners and experienced in Teradata, for more details Teradata Developer or DBA trainings please contact me at sunmanu9@gmail.com.
View ArticleIs SQL Reference Fundamentals B035-1141-067A.pdf the correct/sufficient...
Hello Siddharth , Congrats on clearing the exam Could you share some tips on TEO-122 My id is : swaticutie@gmail.com
View ArticleSQL Assistant truncating View definition - response (3) by zamin
Please help me with it query to determine if user/proxy accounts that are not classified as “adhoc” are connecting from desktop computers using SQL Assistant
View ArticleUDF compiled but fails to run "corrupt stack frame" - topic by JackSparrow
Hi, I was able to create UDF, following TD_GENERAL style. But it throws error when i try to run it with message "corrup stack frame". I have shared my code. This code is to remove all characters from a...
View ArticleHow does "interval 'n' month" work? - topic by whitestorm2k
Hi All, The result of running "sel add_months(date '2011-03-31',-1);" will be : "2011-02-28". But the result fo running "sel date '2011-03-31' - interval '1' month;" will be "2665: Invalid date"....
View ArticleSQL Query Tunning - response (6) by Jessy Mahesh Kothapalli
Dear Dieter, Thank you so much , Simply superb, Now it is running with in 2seconds. Any how we are using Tpump utility for daily ETL loads for these tables ( W_PARTY_PER_D A,WC_USER_D B, W_PARTY_ORG_D)...
View ArticleHow does "interval 'n' month" work? - response (1) by CarlosAL
Intervals are intervals: they are 'irrespective' with dates. In TD (and in other RDBMS's, like Oracle) if you add (or substract) intervals to dates (as in your example) the result will be pure...
View ArticleHow to use TPT for loading all the fields of a file in a single column in a...
Probably if you skip the textDelimeter, it will pick the row as one column and insert the data into your desired column. Don't have tpt installed so can't test.
View ArticleSQL Assistant truncating View definition - response (5) by whitestorm2k
Please try to access the requesttext column in dbc.tabletext, then you will see the ddl of those large view.
View Articlecontrol mapping of teradata accounts in Profile tab - topic by m.tahoon
This is Rergarding Profile/Teradata accounts sub-tab (VP 14.0) where a Vewpoint user can map database accounts to their viewpoint user which affect queries displayed in 'My Queries' portlet. Is...
View Article3524 The user does not have any access to database EDW - response (2) by ghalt
You are talking about an issue with the Database Explorer. It can be solved pretty easily. I followed the instructions here:...
View ArticleROLE MAPPING ATTRIBUTES - topic by macktd
Hello everyone i'm new to viewpoint, Can any one explain mapping attributes abbrivation. cn, ou ,dc ,dc mack
View ArticleQueue tabel in Terra Data - topic by AmarnathG
Hello all, Can any one explain me about queue table in Terra Data with example Thanx in advance Amarnath
View ArticleQueue tabel in Terra Data - response (1) by Qaisar Aftab Kiani
Queue tables just like the name depicts are used to serialize the custom process using the db capabilities. One process inserts a record signaling the process has been completed and the other process...
View ArticleDataGrid widget usability - response (1) by stever
Look at the Dynamic Query portlet in the PDK. It lets you run an ad-hoc SQL statement against Teradata and generates a data grid based on the JDBC ResultSet metadata....
View Article