Move Data does not function Teradata 12 - response (10) by brettbates
My guess is that it is using the last query to build the Move Space dialog box, which returns successfully; however, I am wondering if it is a setting in the tool that is causing it to timeout.
View ArticleTeradata Eclipse Plug-in 14.02 does not load in Mac version of Eclipse EE...
Two issues here: first, the Mac isn't one of the supported platforms for the Teradata Plug-in for Eclipse for this release. The other issue is that there was a change between Juno SR 1 (that we...
View ArticleInstall Teradata Client on Unix Sun Solaris SPARC and general x86 machines -...
Hi In Windows, I have Teradata GUI client installed that I use to run some .bteq and .sql scripts/queries on a database. So, basically I click on the icon on the desktop for Teradata client and then...
View Articlevalidate whether cast will work or not - forum topic by monschke
Is there a function to check whether a cast will work for individual records? Currently, if one record in a set will fail a cast, the complete SQL will fail with error such as: "SELECT Failed. 2621:...
View ArticleCast from CHAR(20) to SMALLINT - forum topic by SCHINN
Hello Friends. I am trying to convert a column havign CHAR(20) to SMALLINT and getting the below error.... I have the below distinct values....as char(20). this query Cast(cast(red_Cd as CHAR(3)) AS...
View ArticleTeradata Eclipse Plug-in 14.02 does not load in Mac version of Eclipse EE...
Thank you Chuck! That's a good suggestion! Will do so.
View ArticleIs the full TTU 14.10 available for download yet? - forum topic by ericsun2
The 14.10's documents have been fully published in info.teradata.com but the download media for "BCD0-1560-0000" seems not fully available. I can only find the following files so far:...
View ArticleINFORMATICA USES SECONDARY INDEXES? - response (5) by hagedorn
Thank you for the answer and from what I see, that is correct!
View ArticleCast from CHAR(20) to SMALLINT - response (1) by SCHINN
Friends...Any help on this would be appreciated.. Thanks..
View ArticleUsing name of Flat File in TPT Load - response (8) by feinholz
Right now, the METADATA feature is only supported with a record format of DELIMITED.
View ArticleMove Data does not function Teradata 12 - response (11) by brettbates
Well, after letting it sit there for a good 20 minutes, the dialog finally pops us and allows me to move space. Any thoughts on how to get this to speed up would be great as it is hardly usable being...
View ArticleMove Data does not function Teradata 12 - response (12) by fgrimmer
You can try creating a filter on the Schemas folder (right click and choose Properties. Uncheck the disable filter option to create a filter) to limit the number of database is it trying to load and...
View Articleconcatenate value of multiple rows into one Single row - forum topic by Bill...
Hi, I searched through the forums and i know a similiar question has been asked and answered, but it doesnt work with my requirements. i tried writing a recursive query something like below, but the...
View ArticleError in select statement with "with" keyword inside procedure - forum topic...
replace procedure myprocess(in p_date date) Begin insert into my_table(field_1,field_2) with tmp_tab(field1,field2,field3) as (select field1,field2,field3 From my_table2) select field1,field2...
View ArticleError in select statement with "with" keyword inside procedure - forum topic...
replace procedure myprocess(in p_date date) Begin insert into my_table(field_1,field_2) with tmp_tab(field1,field2,field3) as (select field1,field2,field3 From my_table2) select field1,field2...
View ArticleError in select statement with "with" keyword inside procedure - forum topic...
replace procedure myprocess(in p_date date) Begin insert into my_table(field_1,field_2) with tmp_tab(field1,field2,field3) as (select field1,field2,field3 From my_table2) select field1,field2...
View ArticleInstall Teradata Client on Unix Sun Solaris SPARC and general x86 machines -...
It sounds like you have a question for Teradata TTU install. Please repost your question to the Tools Forum. thanks.
View ArticleStrange Errorcode in TPT error table - response (1) by feinholz
Did you really obtain that information from executing a SELECT statement against the error table? Normally, the content of the "DataParcel" field is not legible.
View ArticleCeating secondary indexes for performance gains... - forum topic by...
Quick Question : if you create a secondary index on an already existing table for the purpose of gaining greater performance on your queries, is it required to re-load the table and collect statistics...
View Article