Location of SQL History in Studio - response (1) by ramesh.d
Hello Mahesh, You need not manually do entries into history. Is there an error displayed while you are trying to import the History XML? You could check the error log by selecting Window-> Show...
View ArticleSQL_SELECTOR: TPT15105: Error 13 in finalizing the table schema definition -...
Hi Steven, Thanks for the reply. Let me clarify my question: NET_ID defined as Decimal(38,0) in DDL, but what should I define in TPT file schema? when MaxDecimalDigits = 18MaxDecimalDigits =...
View ArticleSQL_SELECTOR: TPT15105: Error 13 in finalizing the table schema definition -...
Well, without seeing the entire script, what you have shown me is a Selector operator retrieving 2 DECIMAL columns and a VARCHAR. Therefore, your schema must match.
View ArticleReg: Teradata Training - response (2) by gopaltera
Hi chowdary, There is a good teradata institutes in hyd(BISP).I have completed td_course in Bisp inst through online provided by Manohar krishan.He explains very well and compare to outside world.He...
View ArticleSybase To Teradata..... - response (2) by gopaltera
Great,we are using TPT(teradata parallel transporter ) to exports the data to file.
View ArticleRe:Volatile Tables In Stored_Procedure... - forum topic by gopaltera
Hello Every one, I have come across a problem in td_Stored Proc volatile tables, Is it volatile table not allowed order by clause? If it is, when i run the entire stored procedure and need to sort...
View ArticleRODBC system error 193 - response (1) by ulrich
try http://forums.teradata.com/forum/analytics/connecting-to-teradata-in-r-via-the-teradatar-package You need to download the JDBC driver and set the correct path. Ulrich
View ArticleFast load Vs Mload when AMP is down - response (2) by cheeli
Thank you Dieter for your time on this.
View ArticleMulti-Value compression has increased the table size - response (21) by...
Hi Dieter, I proposed a MVC to my client for Teradata 12 Tables. As per the analysis, I got around 800 GB approx saving on 2.3 TB of tables giving table level and column level savings. After too much...
View ArticleTeradata Training Material available - response (4) by msubbura
Hi Todd, Could you please send them to my maild id mals.ece@gmail.com as well. thanks,
View ArticleLocation of SQL History in Studio - response (3) by ramesh.d
Mahesh, looks like you have got java heap out of memory error. Could you increase the heap space by editing the TeradataStudio.ini from the path: C:\Program Files\Teradata\Client\14.00\Teradata Studio...
View ArticleTemporal usage classic scenerio - forum topic by Qamar.Shahbaz
Hi I need to track history of party addresses and created a temporal table for this. CREATE MULTISET TABLE Employee_Addr_Hist ( Name varchar(100), City varchar (100), VT PERIOD(DATE) NOT NULL )...
View ArticleTemporal usage classic scenerio - response (1) by KS42982
You can add your SET statement like below - SET VT = PERIOD(BEGIN(VT), source_date_column)
View ArticlePerformance considerations during taking back up-- - forum topic by...
Hi Experts, Need Your suggestions among the 2 possible scenerio through which we can take the backupof a Huge table at production. Scenerio 1- Create table a_bkp as A with Data and Stats; Scenerio...
View ArticleHow to retrieve the Relative Record Number? - response (9) by wicik
Hi there... I have very similar problem like friend from the very start of the post. I'm pretty nobbish in this type of SQL so please try not to be rough for me :) Well.. I have to convert numeric...
View ArticleRe: remove the CRLF in the fastexport generated file - forum topic by balu_td
Hi, I need to export file with certain fields. Where one of coulmn data has a CR. For eg: cml4 record1 aaa bbb ccc record2 ddd eee ffff The spaces between the aaa...
View ArticleRe: remove the CRLF in the fastexport generated file - response (1) by balu_td
The Record may or may not contain CR. If it has don't how many CR it will be..
View Articlehow to set up an alert in Viewpoint or other means, if DBS is reset on its...
Hello All, Can any body please help me on this. -Thanks
View ArticleConversion of numeric to date and group by it. - forum topic by wicik
Hi there... I'm pretty nobbish in this type of SQL so please try not to be rough for me :) Well.. I have to convert numeric field to date, than count some upload data and group by table....
View ArticleHow to retrieve the Relative Record Number? - response (10) by wicik
Well... Sounds stupid but I have helped myself with default select --> copy paste to excel --> sorting and numeric conversion to date via left and right functions (to split needed numbers and...
View Article