SQL Assistant Favorites - forum topic by Jason_N
Can anyone tell me where the favorites are stored? I am using two instances of SQL Assistant (one on laptop, one on VM) and would like to merge both.Tags: sql assistantForums: Tools
View ArticleErrormessage: The file "errmsg.cat" cannot be opened. Fastload Teradata 14.10...
Hi , We are doing the Teradata upgrade and facing issue in Teradata connectivity Teradata. New Teradata Version : 14.10 Teradata Previous Version before Upgrade: 13.10 Issue: We are facing following...
View Article[6760] Invalid timestamp - response (3) by vikas_yadav
You need to bring both side to same data type. WHERE CAST(col AS DATE) = CAST('14/11/2012' AS DATE FORMAT 'dd/mm/yyyy')
View Articlepassing ksh variable into bteq function? - forum topic by k1ng
I'm trying to pass string variables inside a function (the bteq itself does work) but can't seem to get it to work. I try this:td_instance="one" user="usr1" pass="pass1" schemaName="schemaA"...
View ArticleErrormessage: The file "errmsg.cat" cannot be opened. Fastload Teradata 14.10...
Are you sure that CLI & fastload are both on 14.10? Is BTEQ starting? Is it showing 14.10?
View ArticleFailed to start cluster activation - response (3) by mhansen@gilt.com
I'm having the exact same problem with " Aster Express 6.00.01" on VMWare 6.0.5, did anyone get back to you on this?
View ArticleCpu and io skew -99% - response (4) by ulrich
The SQL is much more complex as you code is showing as you seem to access views which contain also some complex logic - are you aware of this? The high skew is most likely to be related to missing or...
View ArticleCURRENT PERM AND PEAK PERM IN DBC.TABLESIZE - forum topic by larun1616
Hi When i use a proper index in the user defined table, i see values in the same range in CURRENT PERM column where as PEAK PERM is 0 for all vProc in TABLESIZE as shown in the below query. On the...
View ArticleDoubts regarding MLOAD script - forum topic by saumil287
Hi All, I am having a single target table which needs to be updated from 7 different tables which are joined and having aggrgated for a fact columns. The single target table is having a PI which is...
View ArticleTPUMP Question - response (1) by vikas_yadav
You can't delete flat file using tpump or by any TD load utility .You need to delete flat file using sed or any unix equivalent command.
View Article[6760] Invalid timestamp - response (4) by dnoeth
You can also write a DATE literal: WHERE col = DATE '2012-11-14' or WHERE col = CAST('14/11/2012' AS DATE FORMAT 'dd/mm/yyyy')There's no need for CAST(col AS DATE), the time portion is automatically...
View ArticleTeradata System Restart Automatically - forum topic by Sandeepyadav
Hi All, Need one help on system Restart Automatically. we have two node (4PE) system on TD 14.10.. it got restart automatically and we found 424 sessions in viewpoint (through rewind opton) If...
View ArticleSelect data from one row, while on another row in the same table. - response...
Hi Genesius, Holiday holds the name of the holiday but no date, based on your table definition you need to join using CalDate instead.
View ArticleCURRENT PERM AND PEAK PERM IN DBC.TABLESIZE - response (1) by dnoeth
PeakPerm is usually reset to zero in a daily/weekly batch, only when the CurrentPerm increases the PeakPerm is also set. So there were no Inserts in the first table after the last reset.
View ArticleFLOAD Script throws error "TPT_INFRA: At "select" missing SEMICOL_ in rule:...
The script you showed is a FastLoad script, you can't run that with TPT/tbuild. There's no FLOAD utility, just MLOAD. Neither FastLoad nor MLoad generate scripts, only FastExport can create a matching...
View ArticleDoubts regarding MLOAD script - response (1) by dnoeth
When you read the MLoad manual you'll notice that the table's PI (plus partition) must be referenced in the WHERE-clause and must not be updated. And again, what you need is a SQL Update but no MLoad.
View ArticleMLOAD error code need to be captured - response (1) by dnoeth
What errors are you trying to capture? When you RELEASE MLOAD there will be errors like 2580 MLoad not active, of course you can handle them.
View ArticleTeradata 14 certification basics - response (3) by kamathapoorva
Passed the TEO-141 certification(TD 14 basics ) today :) Looking forward for the next level SQL (TEO-142). Can someone please guide me the things to read. Any links/materials that will serve the study...
View ArticleErrormessage: The file "errmsg.cat" cannot be opened. Fastload Teradata 14.10...
Hi Ulrich, Fastload version is =================================================================== = = = FASTLOAD...
View ArticleSelect data from one row, while on another row in the same table. - response...
Dieter, I don't have time to test right now, but it appears like this line of code ON SCC.Calendar_Date = HC.Holidaythat is causing the error. I copied it from the posting here, and did not compare it...
View Article