Creating a new secondary index on table - response (2) by teradatauser2
Hi Srinivas, Could you please share the sql and explain this a little, that will be helpful. Thanks !
View ArticleDBQLOBJTBL - unknown values - response (4) by teradatauser2
I have posted another question for choosing secondary index on a table. Someone pointed to use this column for taking this decesion. Can anyone share sql and explain how this column value can be use...
View ArticleTPT wizard 13.10 and LDAP - response (2) by Harpreet Singh
Thanks Fred, I was not having access to change/save jar file in LDAP environment but I am able to see xml code where you meant changes. I found below method and using it on login screen harpreet...
View ArticleTeradata Training Material available - response (45) by silpa
Hi Todd, can you please send the material to dsilpa@gmail.com
View ArticleDo not work the Teradata FASTLOAD wizard of teradata studio express. -...
Good morning at all I resolved the problem. I've got to going see in the source data file and the fields of it do not match with table fields.
View ArticleCreating a new secondary index on table - response (3) by pawan0608
You Can use SQL like this SEL * FROM dbc.DBQLObjTbl WHERE ObjectType = 'Idx' AND ObjectNum = 4 /* or whatever is your secondary index number 8, 12, 16 ... */ AND ObjectDatabaseName = <your database...
View ArticleDBQLOBJTBL - unknown values - response (5) by pawan0608
I have responed to your original post
View ArticleSSIS Teradata data destination very slow - response (2) by Mover
Hi Ibby Thanks for you're response - I'm currently downloading TTU (which now seems to be referred to as Teradata Studio Express?) and will wait to see if this fixes my issues. Thanks again. Steve
View ArticleSSIS Teradata data destination very slow - response (3) by Ibby
Studio Express is a different product. Try this link http://downloads.teradata.com/download/tools/teradata-tools-and-utilities-windows-installation-package
View ArticleAny good training center to learn teradata in Bangalore - forum topic by...
Any good training center to learn teradata in Bangalore,IndiaForums: Database
View ArticleDivision by zero Error - forum topic by SANJI
I'm trying to execute a query which fails on divide by zero error. Can't use a NULLIFZERO because the AJI would be ignored. Following is the query which fails on "SELECT Failed. 2618: Invalid...
View ArticleTeradata Training Material available - response (46) by DouglasM
Todd, I will accept your offer. Douglas.Menck@gmail.com Thanks!
View ArticleDivision by zero Error - response (1) by dnoeth
Is this the actual query? There's no division at all. Is it based on a view with a division in it? Otherwise you might get a "Division by Zero" even when there's no single row with a zero in it if you...
View ArticleDivision by zero Error - response (2) by SANJI
It's failing on the AVG() function. SELECT DISTINCT C0, C1, AVG(C2) OVER (PARTITION BY C0,C1) AS C5
View ArticleIs the popular opinion that DELETE ALL doesnt use the Transient Journal true?...
Hi Nishant, it's a FastPath Delete when there's no Trigger/Foreign Key/Join Index and it's known to the optimizer that it will be commited. i.e. the explain must show the END TRANSACTION step. For ANSI...
View Articlequalify rank() over (partition.....question - response (8) by dnoeth
Hi Kanch, i don't get your requirement, you should post some more data and more detailed explanation, why you need which output. Dieter
View ArticleConverting Rows to Columns - response (2) by dnoeth
Recursion will blow up spool and i'm not shure if it's possible at all in this case. The only way to help this query would be a PI on the columns in GROUP BY to get an AMP-local aggregation. Still lots...
View ArticleDivision by zero Error - response (3) by dnoeth
When you're 100% shure it's failing due to the AVG you should open an incident. AVG(col) is SUM(col)/COUNT(col), a divivion by zero is only possible with be a zero as the result of a COUNT when there...
View ArticleDivision by zero Error - response (4) by SANJI
Well, i can do the following without errors 1> SELECT * from (Query) 2> SELECT C0,C1, C2 from (Query) But, when i try to do a SELECT C0, C1, AVG(C2) OVER (PARTITION BY C0,C1), it fails with...
View ArticleTeradata Viewpoint - forum topic by Smarak0604
In Teradata Viewpoint System Health Portlet, on multiple occasions, I have encountered High CPU Skew or High I/O [More than 80 %] when the number of Active Sessions is Zero. How is this Possible? The...
View Article