Update statement using self join - response (2) by arbiswas
Thanks Mohan :-).. it was quick..
View Articlehow know the difference between compress table and general table ? - response...
I hope when you said "compress table", you meant the table with its column values compressed as there is nothing like compress table in teradata (as per my knowledge). And you can always check if the...
View ArticleData movement across Terdata server - response (1) by KS42982
I'd rank based on the performance like below - 2> TPT 1>ARCMain 3> Fast export/Fast Load
View ArticleMetadata information for a view - response (1) by KS42982
You can try something like below - SELECT TOP 1 TYPE(col1),TYPE(col2),...,TYPE(coln) FROM dbname.viewname
View Articlehow know the table size ? - response (3) by Nishant.Bhardwaj
Just to add more to the above Query - Select Sum(Currentperm), vproc from DBC.Tablesize where databasename ='abc' and tablename ='pqr' Group by Vproc;
View ArticleHow to reduce skew factor on stage tables with NoPI? - forum topic by mandava921
Hi, I am new to teradata. I have several stage tables defined as NoPI. I notice most stage talbes have skew factor > 50. Is there a way to reduce this. What is the best way to handle this situation...
View ArticleTimestamp - forum topic by rao_jagannath
In teradata, how to get the timestamp up to 9 digit miliseconds?Forums: Analytics
View Article.Net Connection String with LDAP - response (4) by flash7gordon
The above was accomplished with the TD Plugin 14.1 and VS 2010. Here is the connection string that worked (I obviously can't show our real organizational values) conn string was:...
View ArticleMload on a referenced table. - forum topic by Sungard_PS_Brazil
Hi, We've bem running and MLOAD and we get the following error "UTY0805 RBDMS failure, 3791: Mload target table cannot be a referenced tble or contain any referential constraint(s)." Is there a way to...
View ArticleImproving Loading Mechanism using Fastload - response (19) by trustngs
Hi Feinholz, I must have load multiple input data files as they appear in a Unix file directory using asingle load operation. Is the TPT supports this? Thanks in advance.
View Articlebynet install issue during installing Teradata 13.0 Express Edition - forum...
I'm trying to install Teradata 13.0 Express edition using VMware virtual OS (Win7 32bit). I click on the first installation step which is to install the bynet(x86) driver. But get the error: "Error...
View Articlebynet install issue during installing Teradata 13.0 Express Edition -...
I don't think the Windows Express is supported on Win7. Why don't you use the existing TDExpress for VMWare? Dieter
View ArticleHow to reduce skew factor on stage tables with NoPI? - response (1) by dnoeth
How large are those tables? And how are they loaded? Dieter
View ArticleTimestamp - response (1) by dnoeth
The maximum precision is 6 digits, you can't get more than that. You probably need to implement it as a User Defined Datatype UDT. But i think you're the first who actually asks for more than...
View ArticleMload on a referenced table. - response (1) by dnoeth
MLoad doesn't support loading tables with Foreign Keys (afaik unless it's a soft FK REFERENCES WITH NO CHECK OPTION) . You could switch to TPump or load into a staging table and the use SQL. Dieter
View ArticleImproving Loading Mechanism using Fastload - response (20) by feinholz
Yes. TPT supports it. Please refer to the TPT documentation (user guide).
View ArticleHow to load Chinese Character in Mainframe(Zos) by using mload? - response...
Hi, You can try using UTF8 session charset to load your data on mainframe. The way to evoke UTF8 on mainframe is: //MLOAD EXEC PGM=MLOAD, // PARM='CHARSET=UTF8' //SYSDUMP DD SYSOUT=* ...... Thanks!
View ArticleMVC is helpful for running queires - forum topic by arbiswas
Hi Expert, I have couple of tables with 2 GB size each and which can grow upto 10 GB each in next 1 yr. DBA has proposed for MVC on certain columns. (TRANSACTION_DATE-- its a partitioned column),...
View ArticleFailure 7453 Interval field overflow - response (7) by Jessy Mahesh Kothapalli
Hi Diter, We are awaiting for your valuable response, Any help would be appreciate.
View Articlebynet install issue during installing Teradata 13.0 Express Edition -...
I used the TDExpress for VMWare, but encountered below error during deploy database to TDE-VM Server 13.10. The TTU Version which I used was 13.10. What caused below error: "BTEQ 13.10.00.01 Thu Mar 21...
View Article