How to setup Cloud?? - response (7) by Max William
Following link will give you detailed information about cloud setup.. http://lifehacker.com/5993596/how-to-set-up-your-own-private-cloud-storage-service-in-five-minutes-with-owncloud
View ArticleWhat is cloud integration platform? - response (8) by Max William
Cloud computing is computing resources that are delivered as a service over a network to the customers in consistent and repeatable manner..
View ArticleInstalling Teradata ODBC driver on Linux (Centos) - response (2) by eugene.ang
Further information: I have installed the packages in the following order: 1. GSS 2. ICU 3. TDodbc However, when I install the tdodbc package I get the following error: /var/tmp/rpm-tmp.CVeueI:...
View ArticleTeradata Initiator Service failed with 4 exit code - response (3) by Max William
Im also facing the same problem..Please share the solution..
View ArticleSQL and Explain sometimes not visible in query monitor - response (2) by Duri83
Hello Gary, thanks for explaining the relations of the tresholds. However, we often have a bad queries running for long time, consuming high cpu and we do not see thier SQLs and Explain plans. For...
View ArticleTeradata 12 and Subqueries - response (9) by dnoeth
I'm not a Teradata developer, but all DBMSes have severe problems rewriting Correlated Scalar Subqueries, that's why i always try to avoid them :-) In your case i would a 3rd query, it's the easiest...
View ArticleEstimate and Actual are different and causing PJ. - response (2) by dnoeth
Are you taljking about the same problem as SPOLISETTI?Teradata 12 and Subqueries Avoid Correlated Scalar Subqueries and rewrite then to Outer Joins: Select m1.CLM_HDR_KEY, m1.CLM_NBR as CLM_NBR,...
View ArticleHow to Add Day to Date Prompt in Pass Through SQL?? - response (1) by dnoeth
I don't know how the prompted date is passed to the query, but adding days in Teradata is just adding numbers: #sq(prompt('ToDate', 'date'))# + 30 Dieter
View ArticleLoad data into Teradata from SQL Server - forum topic by satya.js
Hi gurus, I have an application where i have to download data from Teradata into SQL Server, update data in SQL Server and push it back to Teradata server. I am able to import data from Teradata into...
View ArticleGMT to EDT conversion in Teradata - response (3) by Georg75
If you have to take into account dailight savings time you should use the following syntax: Found in TD 14.0 docu (SQL Functions, Operators, Expressions, and Predicates; Chapter 7: DateTime and...
View ArticleSQL and Explain sometimes not visible in query monitor - response (3) by Duri83
Hello again Gary, I think I have figured it out (partially). We do not see this information for the queries, no matter what they consume in case they run from a stored procedure. I did this little test...
View ArticleActivity count zero for TPump UPDATE or DELETE - forum topic by Jessy Mahesh...
Dear Team, I am loading tables in teradata using Tpump loader (through Informatica). Created error table with "Activity count zero for TPump UPDATE or DELETE." Can someone tell me if there is any way...
View ArticleCreating a new secondary index on table - response (5) by muhammadfahad.18
dbqlobjtl_sum, which tables is this can you please tell?
View ArticleSecondary indexes - response (5) by muhammadfahad.18
is there any way i can find that on which columns i shall make SI on a table any view or any query please share
View ArticleSecondary indexes - response (6) by Adeel Chaudhry
Its not about view or query .... rather it more relates to the use of the table in question. How the table is going to be accessed? Which columns will be used in joins? What type of queries are to be...
View ArticleTeradata Training Material available - response (53) by ashhok.kumar
Hi all, Can you please share the material to me at ashhok.kumar@gmail.com Thanks in advance.
View ArticleEstimate and Actual are different and causing PJ. - response (3) by BPP
@Dieter: Yes it is same as SPOLISETTI question. When we first got this problem we suggested the same to the users but they are so tough on not changing their query. They are tied to the idea that...
View ArticleTeradata 12 and Subqueries - response (10) by SPOLISETTI
Thank you very much Dnoeth for your quick response. In my case, Set {a1 } = Set {a2 } . Hence I converted LOJ to Inner Join. Going forward, we will preach our app teams to avoid Corelated SSQs :)
View Articleare there tricks to matching consecutive white space characters using Like...
I have a perplpexing issue, which seems to me must have a simple answer - I am attempting to natch values of a column that contain embedded whte space of more than one consecutive <space>...
View Articleare there tricks to matching consecutive white space characters using Like...
I apologize, my query for column values that match '% %' was being deceived by trailing whitespace in a column of CHAR(30). any content less than 29 characters would match... ...my bad.
View Article