Need to convert Rows to columns - forum topic by praneethbobba9
Hi Guys I'm facing a difficulty in achieving the below scenario Scenario : Table A is the table i'm having ( The column ID2 has only 4 distinct values -- A,B,C,D ) Table A ----------------| ID1 ID2...
View ArticleTeradata Training Material available - forum topic by tduggan
Hi, I have several Teradata Training materails available. Please let me know if you are interested. Regards, ToddForums: Training
View ArticleHow to load EBCDIC file to db using TPT? - forum topic by novalyn
Is there any possible to load IBM EBCDIC file using TPT? There is a EBCDIC file in the mainframe, we are trying to load the file to teradata which installed in the Linux server, is there any possible...
View ArticleBTEQ not remove trailing blank - response (5) by skrafi
Hi, Dnoeth While i'm trying to load data from staging to Edw using Teradata macros and Informatica ,how i can Excute macro in informatica . could you please share any solution for this Thanks...
View ArticleHow to find a particular table in Teradata is locked using SQL query? -...
I am having a situation where in multiple loads are trying to update an Audit table and resulting in deadlock scenario. Some facts regarding the loading: 1. The load's can't be scheduled to diff...
View ArticleTeradata Training Material available - response (1) by Nishant.Bhardwaj
Hi Todd, Can you pls send the TD stuff to me at nishantb3@gmail.com.. Thanks for this! Regards, Nishant
View ArticleTable Lock and Release during load and truncate process - response (1) by dnoeth
You could use BT/ET, but it's better to do it within a "multistatement request", in a BTEQ script it's: insert into target select * from source ;delete from source;The multistatement is caused by the...
View ArticleNeed to convert Rows to columns - response (1) by dnoeth
Hi Praneeth, select id1, max(case when id2='A' then Amt end) as A, max(case when id2='B' then Amt end) as B, max(case when id2='C' then Amt end) as C, max(case when id2='D' then Amt end) as D from...
View ArticleMload acquisition and application phase - response (1) by dnoeth
Hi Cheeli, in the Aqcuisition phase the rows are loaded (similar to a FastLoad) into the worktable, one row for each APPLY WHERE. At the end of this phase the worktable is sorted by the so-called...
View ArticleFast load Vs Mload when AMP is down - response (1) by dnoeth
Hi Cheeli, FastLoad directly loads into the target table and is simply not implemented to handle down AMPs. MLoad uses worktables which are always Fallback protected, when an AMP is offline there's...
View ArticleMload error - Highest return code encountered = '23' - response (2) by dnoeth
Hi Cheeli, in the UV table are not only duplicates, but also errors based on the MARK option in the DML label and errors during the update like numeric overflow. When you don't care about duplicate row...
View ArticleNew Teradata 13 Express Installation - Help - response (5) by ayman.guc
Teradata service control is usually found as a shortcut on the desktop. Alternatively, you can find it too at: Start Menu > Programs > Teradata Database Express 13.0 > Teradata Service...
View ArticleNew Teradata 13 Express Installation - Help - response (6) by ayman.guc
BTW, you need to install Teradata Express Database (i.e. the DBMS that stores and hosts the data) to use the Tools and Utilities with it. More details can be found here:...
View ArticleGRANT/REVOKE LOGON TO ROLE ? - forum topic by mauricio.rodriguez
Hello. When the loading processes start I have to disable logon to users, and when the last process ends I have to enable logons. I'm doing this with a Revoke Logon on all to user_x, and then grant...
View ArticleTeradata Training Material available - response (2) by ramesh0725
Hi Todd, Could you please send the material to ramesh0725@gmail.com? Thanks In Advance Ramesh
View Articlehow to set up an alert in Viewpoint or other means, if DBS is reset on its...
Please let me know, how to set up this alert, if Teradata takes a RESET by any means. -Thanks.Forums: General
View ArticleTeradata Training Material available - response (3) by ashikmh
Hi Todd, Can you Please send them to me as well. -Thanks,
View ArticleGRANT/REVOKE LOGON TO ROLE ? - response (1) by Adeel Chaudhry
GRANT/REVOKE LOGON only takes user as an input, not the role. May be you can package the commands in a script for ease of use. HTH!
View ArticleHow CLOB stored in Teradata database - forum topic by Anilsha1
Q1 How CLOB is stored in the teradata database? Suppose If A Table is created with CLOB and Non_CLOB columns. And defines the CLOB as 2GB while table creation. And insert the data equivalent to...
View ArticleStats collection inside SP's - response (4) by barani_sachin
KS Thanks for u r reply :) This is the error i am getting while trying to run the SP. CALL Failed. 3598: STATS_CHECK:Concurrent change conflict on database -- try again. TD Version 14.
View Article