Finding minimum thro' recursion - topic by gvr.ramesh
Hi, Is there any possible way to findout minimum in foll. case thro' SQL Script or Stored procedure. I have two tables TX11 and MX11. I need to take the rec. from TX11 tbl and insert into MX11 tabl...
View ArticleSQL Assistant 14.01 download availability? - response (9) by rupert160
This is an employee internal method through TSS They can be downloaded from this link: http://tssprod.teradata.com:8080/TSFS/home.do To Download: - Click on Teradata Client > Windows and set the...
View ArticleNeed 2 Teradata Data Modelers for Minneapolis.. 1 year duration. Send resumes...
***Phone to Hire*** Location: Minneapolis MN 1 year duration!! (can be extended) Need 2 people Interviews next week They really want people to move to Minneapolis, because this is long term. Anyone...
View ArticleFast Export Restart Log - topic by rajeev saravanan
Hi, What information is stored in the Fast Export restart log table ? and how do we set checkpoint in fast export scripts Thanks R.Rajeev
View Articlehelp needed with bteq delimiter options. - topic by vinayd
Hi All, Can we use new line ("\n") as a delimiter in bteq import ? Please let me know any workaround for the same if someone can. HElp will be very much appreciated :). Thanks , Vinay
View ArticleSecondary Index usage - response (3) by siddumangam.3
QUERY ON SECONDARY INDEX: Hi Friends , I was new to this teradata and its related concepts . clear my doubts for the following things ... 1.Why we use secondary index ? How S.I effects the...
View ArticleIs SQL Reference Fundamentals B035-1141-067A.pdf the correct/sufficient...
Hi Sidhharth, Can you please share the pdf with me? I also want to appear for TEO122. my email id is khushbu.agrawal18@gmail.com
View ArticleAJI Issue - response (3) by Charudatt
Atta, Your AJI should be acting as a covering query. You original query in which you are looking for AJI access, should ideally involve all the defined columns for the same table in AJI as well. If...
View ArticleJDBC connection through JAVA throwing an error, "Could not create connection;...
Try to replace , for / in the connection string: jdbc:teradata://XXXXXX.XXX.XX.com,tmode=ANSI to jdbc:teradata://XXXXXX.XXX.XX.com/tmode=ANSI
View ArticleJDBC connection through JAVA throwing an error, "Could not create connection;...
This can be a symptom of the "Slow Logon on Linux" problem. http://developer.teradata.com/doc/connectivity/jdbc/reference/current/jdbcug_chapter_5.html#CHDDACIH Please post the complete stack trace, if...
View ArticleSQLA 13.10.0.04 - Memory Issue - topic by TDUser2000
Hello All, The SQLA 13.10.0.04 is throwing the following error at random times and it is really very painful as it needs the whole SQLA to be restarted(closed and opened a new). It is really very...
View ArticleConvert Date and time to GMT(date/Time) - topic by Kane2586
Hello , I need help on sql where i can convert Date and Time (including day light savings) to GMT . In my table, I have different City’s like Dallas ,Los Angles, New York , Tokyo etc. for this city’s...
View ArticleViewpoint data collector - Lock Info error - response (3) by Mcdonald_t
Using Viewpoint, I set the LockLogger to TRUE but after a few minutes it is automatically set back to FALSE. When it was TRUE I did a tpareset but when I check the status it is set back to FALSE. Any...
View ArticleDynamic Selection based on Date Comparision - topic by xzbitz
Hallo All I have a requirement that requires to join 2 tables and then select a key value for the record that doesn't have one. To be clear - pls go through the example provided below, Here in MASTER...
View Articlehelp needed with bteq delimiter options. - response (1) by CarlosAL
Vinay: The only delimiter non-character allowed is TAB. If you have such a file, consider pre-process it through 'sed' or something ... Cheers. Carlos.
View ArticleTERADATA NEW REVERB WEB LINK - topic by macktd
Hi, My well whishers I can find one web portal link ,It will hlepful both Devloper's and DBA's and new to the TERADATA. http://infodev.teradata.com/reverb/index.html
View Articleto_char function in stored procedure - response (1) by Fred
The to_char function is an ODBC extension and is being translated by the client driver. Something like this should work: cast(cast(cast(extract( month from table.date_column) as format '99') as...
View ArticleFastLoad Error table being dropped - response (1) by Fred
By default, the err1 table will be dropped if it is empty. And the only reason for rows in FastLoad err2 is that the target table is defined with a unique Primary Index but there are duplicate PI...
View ArticleMultiload Concatenation Field Query - response (1) by Fred
In the first case, three parameters are sent to Teradata and then the database does the concatenation. In the second case, the client on which MultiLoad is running does the concatenation and then sends...
View ArticleHelp with SQL - topic by td_admirer
Hello Experts, Hope you are doing well. I need some help determining the logic for the below scenario. The sample data is as follows read more
View Article