bteq export and import for _ET dataparcel - response (17) by feinholz
The tool is still in development. There is no release date yet.
View ArticleStarting DBS on amazon ec2 - forum topic by vganti
I have an instance of Teradata 14 running on amazon ec2. It is refusing connections to query the database. Perhaps because DBS is not running as per the output of pdestate pdestate -a PDE state is...
View ArticleHow to convert varbyte to varchar - forum topic by itche_scratche
Is there a UDF or external stored procedure to convert varbyte to varchar in Teradata?Forums: General
View ArticleNumeric overflow error for AVG function - response (2) by spriggy
To get rid of the error use the following format and you should no longer get an error: AVG( CAST( column_name as DECIMAL(16,0)))
View ArticleNumeric Overflow error - response (10) by spriggy
If the above did not work as it did not work for me with my AVG aggregate, cast it as follows: SELECT AVG( CAST( column_name AS DECIMAL(16,0))) AS new_name
View Articlebteq export and import for _ET dataparcel - response (18) by suhailmemon84
Thank you feinholz for your response. For the problem I'm having, do you have any other solution except the below one:"loading all 30 million records into a varchar only NOPI stage table, then insert...
View Articlebteq export and import for _ET dataparcel - response (19) by feinholz
Even though the data is in a binary format, the only reason why it is stored in a VARBYTE is so that the endianness character set encoding is preserved. The data itself is in the exact format that we...
View Articlebteq export and import for _ET dataparcel - response (20) by suhailmemon84
In order to pull data from a varbyte column(with delimited data in them with any delimeter...say pipe) and insert into a varchar column, I need to be able to first "split" the data using the...
View ArticleHelp with Date Parameters - Urgent - forum topic by Nani27
Hi All, My requirement: My current code uses various date parameters that should be materialized in the form of a Date Table. These include min/max active_dt and expir_dt from a number of tables used...
View Articlebteq export and import for _ET dataparcel - response (21) by feinholz
The data in the varbyte does not have the delimiter. We do not send "delimited" data to Teradata. We process the delimited data and send the row to Teradata as a series of VARCHAR fields. If you...
View ArticleHow to Use Round Function In Teradata - response (9) by Jessy Mahesh Kothapalli
Hi Dieter, Thanks for your reply :) We achieved it successfully
View ArticleFine tuning a query - response (7) by Jessy Mahesh Kothapalli
Unequality operators query :- SELECT WC_SPARES_STOCK_F.ROW_WID, ETL_PROC_WID , PR_VIS_ORG_WID , INVLOC_WID, PROD_WID, CLOSING as OPENING, 0 as SHIP, 0 as RECEIVE, CLOSING, StartDT.CALENDAR_DATE as...
View ArticleVARCHAR Compression - forum topic by Superflash
Hi , When adding MVC to VARCHARs is there any space benefit realised from NULL valued columns, I don't beleive there is (as Null valued varchars take up no space anyway ) but couldn't find anything...
View ArticleSpace in the database - response (15) by elanir2012
hi Rajeev, i dont know about the DB level but for table level use this: SELECT databasename , tablename , MAX(CurrentPerm) * (HASHAMP()+1)/1024/1024/1024 AS Current_Perm , cast (cast (max...
View ArticleNeed to set Return Code upon "EOF on stdin" - response (1) by SuSeSi
This looks to me a shell scripting error. When you provide a bunch of statements through shell like this, make sure that the input bunch is properly read and submitted to bteq by your shell script....
View ArticleTeradata system health check script - forum topic by wicik
Hi there, I have heard that there is some script in on OS under teradata which check if Teradata and other components are alive or not. The same script (or similar) generates T@YS issues if system or...
View ArticleHow to retrieve the Relative Record Number? - response (12) by wicik
Heh... you are right :) So obvious, yet so new!
View ArticleCanary Query Details - response (8) by wicik
Hi there, Is there some default Canary Query which can be runed from time to time by user not via viewpoint?
View Article