Spool space issue while Inserting into Table - response (2) by Fred
Are the PI values for the target (looks like EDW_OFFSHORE_BASE.ISA.SVC_ACCT_NUM) highly skewed? Even if not skewed, the redistribution by target PI to prepare for the MERGE step will require enough...
View ArticleTeradata_ICULibraries - response (1) by Fred
The tdicu libraries support "internationalization" in client drivers. http://en.wikipedia.org/wiki/International_Components_for_Unicode
View Articlevery High CPU spent on [CheckPoint Loading] - response (1) by Fred
You are correct. The CPU attributed to [CheckPoint Loading] includes load processing as well as the checkpoint itself. Note that there is a checkpoint at the end of acquisition phase, even if you...
View ArticleSSIS 2012 OLE DB Teradata provider 'TDOLEDB.1' - response (1) by gt9430a
Hello, I'm having the same problem (Win Server 2008 x64, SSIS/SSMS 2012 x32). I'd appreciate any info on how to get the TDOLEDB driver working as I'm hoping that it'll allow me to pass DDL statements...
View ArticleMultiLoad instead of FastLoad - topic by chinmay Athavale
Hi All, I have got a question regarding usage of FastLoad and MultiLoad. As per my understanding and Teradata Manuals, FastLoad can only be used while loading a table for first time (Initial load) and...
View Articlevery High CPU spent on [CheckPoint Loading] - response (2) by m.tahoon
Most of CPU in Our system Spent there, i'm thinking of using NOPI which May help to decrease CPU spent there (which is our main concern) ; any other recommendation ? Regards
View ArticleQuery Band Syntax - response (4) by iqbal898
Thanks for the great feedback guys in general and gryback in particular. I'd like to use Query band with SAS queries and wondering how this can be used and the advantages through SAS. Any example would...
View ArticleFormat yyyy.mm.dd hh:mm:ss to ddmmmyyyy:hh:mm:ss - response (1) by KS42982
Not sure if you really want, ':' between DATE and TIME, but if you do not then you can try below - SELECT CAST(UR_TIMESTAMP_FIELD AS TIMESTAMP FORMAT 'ddmmmyyyyhhmiss') (Instead of hhmmss - you should...
View ArticleHow to retrieve the Relative Record Number? - response (2) by fkeith
Doesn't ROW_NUMBER just provide the position in the return result set not the actual row position in the table?
View ArticleAlert on DML Queries - topic by Waris
Dear Member is there any mechanism/utility by which we can trigger an ALERT immediately via email or anything whenever a DML query is fired on any specific databases
View ArticleHow to retrieve the Relative Record Number? - response (3) by dnoeth
There's is no "row position" in a relational table, looks like you worked on a mainframe DB2 before, afaik it's using VSAM flat files. The closest match is a ROWNUM on Oracle or the Standard SQL...
View ArticleFormat yyyy.mm.dd hh:mm:ss to ddmmmyyyy:hh:mm:ss - response (2) by dnoeth
What is the datatyoe of your input and what should be the resulting datatype? Char -> timestamp? Timestamp -> char? Timestamp -> timestamp? Dieter
View ArticleHow to retrieve the Relative Record Number? - response (4) by KS42982
If I understood you correctly, then below solution would solve your problem. SELECT a.blank8, b.rownum ( SELECT -- add PK , CAST(CAST(t.blank8 AS FORMAT'9(6)') AS CHAR(8)) FROM ji_core_v.keepH T WHERE...
View ArticleInvalid Timestamp - response (2) by KS42982
Try like below (assuming the DATE format is MM/DD/YYYY. If not then, you can change it accordingly) SELECT (CAST( (CAST(TRIM(Stg.Fecha_Ejecucion_OOSS) AS CHAR(10)) || ' ' ||...
View ArticleMultiLoad instead of FastLoad - response (1) by dnoeth
Hi Chinmay, the functionality of FastLoad is a subset of MLoad, every FastLoad job could be replaced by an MLoad. But FL is always faster than ML, because it inserts directly into the empty target...
View Article[PROBLEM] Teradata ADS Generator... - response (3) by EJ186001
I reran the Teradata tools and utilities – Teradata Utility Pak to see whether the driver error might have been the result of a bad install, but everything ran fine, and when I try to connect in...
View ArticleHow do you maintain long complex SQL scripts? - topic by dsldsl1980
We have quite a few processes that include 10+ files with 20+ scripts per file. It is very complex trying to dig into where the problem might be when you have to dig through a bunch of text files. Is...
View ArticleADS installation - topic by EJ186001
excerpt from Starbucks ADS user: I installed a newer version of ADS, and then tried to revert back to the version all other Starbucks users have installed: 5.3.1. Those efforts have failed. I reran...
View ArticleQuick Turnaround - TERADATA MODELERS - Full-time role with Global IT...
Locations: Northeast US, Phoenix, Washington, D.C. Area, Atlanta, Chicago, Dallas Apply now: http://ow.ly/hwvLP General Description: This is a client-facing role that is responsible for translating...
View ArticleHow to get Character String Delimiter with TPT or FastExport - response (8)...
A TPT license does not cost any extra if you have a FastLoad/FastExport/MultiLoad license. TPT is the load/unload tool going forward and thus it is the tool that will receive the new features and...
View Article