Mload script to update the records - topic by raghu45
Hi All, I need help to understand Mload script where it have update statement to multi set table and updating tabl e have multiple records are matching then mload updates which record
View ArticleLog Option While Creating Table - response (3) by rajeev saravanan
Thanks Dieter Also i am having diffculty in finding the download link for the windows version of TD 12 /13 express editon for developers. Can anyone suggest me the correct link ? Thanks Rajeev
View ArticleSQL to pull data - response (5) by Qaisar Aftab Kiani
Kumar, You can get the records from dbc.columns but you will have to join the table dbc.table to filter out the views and tables by putting the condition dbc.tables.tablekind = 'T' otherwise the...
View ArticleHyperlink in teradata table - response (1) by Qaisar Aftab Kiani
The hyperlinks are basically the character string. So you can define the field as VARCHAR and insert the hyperlink in the field, there shouldnot be any difference in hyperlink text and normal text...
View ArticleGetting started - response (1) by Qaisar Aftab Kiani
Depending on the usability of the system one has the advantage over the other, e.g. for OLTP systems you get much better performance in Oracle than Teradata but for OLAP systems Teradata has advantage....
View Articledelete rows using Merge - topic by khaled_tec
I need to merge 2 tables using the merge command , But also I need to delete some row from the target table so the logic of the merge should be 1. If rows is located in both source and target tables ,...
View ArticleHow to Delete all objects in a particular database? - response (1) by dnoeth
Yes, there is :-) DELETE DATABASE xy; Dieter
View ArticleCharacter PPI question - response (1) by dnoeth
Hi Helmut, of course there are ways to do character partitioning, but it will be based on how the table is accessed, e.g. SAP_CODE = 'xxxx', SAP_CODE BETWEEN 'xxxx' and 'yyyy', SAP_CODE LIKE 'X%', etc....
View ArticleLog Option While Creating Table - response (4) by dnoeth
Hi Rajeev, i don't think the old Windows versions are still available. But why do you need them? I prefer the VMWare TD Express, because i can easily switch versions and it's closer to a real system...
View ArticleFastLoad job gets system performance down - topic by m.tahoon
we have a Fastload job fired from Informatics which parses XML and insterts into 12 tables in a single Job, total number of XML files is arround 70K files in 5 Gb. The problem is as soon as the job...
View ArticleWant Online Teradata Training - response (4) by sattuswetha
Hello everyone, I recently completed Teradata online course from Mnohar(BISP). The training was excellent.He explains each and every topic in depth with practical examples. It was very useful...
View ArticleTeradata DBA Traninig in Hyderabad? - response (35) by iqbal898
Teradata Training - Best online training center and the quality of training is SECOND TO NONE. The faculty Manohar has indepth knowledge and understanding about Teradata and his passion to teach...
View ArticleSpace in the database - response (7) by sachin.sebastian
Dieter, "MAX(CurrentPerm) * (HASHAMP()+1)" because this includes wasted perm due to skew Does this mean that even if data is not physically stored, Perm space is wasted due to Skew? Taking an extreme...
View ArticleCannot find the Search field on the Teradata forums - topic by chris.asistio
Hi All, Has the forum been updated lately? I seem to be having trouble finding the "search" posts function in http://forums.teradata.com/ or in any of the child forums? Cheers
View ArticleSpace in the database - response (8) by Qaisar Aftab Kiani
Yes thats the correct understanding. If the database has been allocated 50 MB of space on a 50 AMP system, this means each AMP can store max of 1 MB, so if the space on one AMP is exhausted then the...
View ArticleSpace in the database - response (9) by dnoeth
The used perm space according to dbc.TableSize would still be 1 MB, but the remaining 49 MB in this database can't be assigned to another database, effectively wasting it. All space (perm(temp/spool)...
View ArticleOracle Connect by Equivalent function in Teradata - topic by dr.Murthy
Hi , Am trying to convert Oracle SQl into Teradata, but i could not found out the equivalent function in oracle. Please suggest me how to connect below oracle SQL into teradata. SELECT * FROM...
View ArticleHow to Collect Statistics within a TPT script - response (10) by gsoh
Hi, I am a former Teradata PS staff. Can you share your TPT script? gsoh@kt.com GS
View ArticleTeradata SQL Assistant Intellisense feature - topic by asu_cs
Hi all, As a company we are using Teradata SQL Assistant 13.10 for query execution, we are new for Teradata and our editor has no intellisense feature. My question; Is there any plug in to Teradata SQL...
View ArticleDB2 Vs Teradata - response (1) by anamikap
Hi , Could you please help me what are the things required to convert Db2 queries to teradata queries. Thank You. Anamika
View Article