SQL Assistant - Not able to Define ODBC Data Source through Teradata SQL...
Have you tried connecting SQLA using Teradata .Net Provider? Is that working? I remember I faced similar issue and the only workaround at that I found was to use .Net Provider connection instead of ODBC.
View ArticleUNION ALL results - forum topic by lgscheurich
OK. I'm stumped on this one. I run a query in Teradata, and I get the following results: Measure Group Count Measure 1 XXX 33450 That's all good. However, when I include that query as...
View ArticleSpool v/s temporary space - response (3) by rajeev saravanan
Hi Just adding a point- from TD-13 onwards one collect stats for volatile tables as well
View Articlequery for getting elapsed time - response (2) by rajeev saravanan
Hi MBR, May be you can find more informaion in the following link- http://forums.teradata.com/forum/database/calculating-the-actual-query-run-time#comment-26312 and also let us know if you find...
View ArticleIs there any equivalent of sys_context (oracles function) in Teradata ? -...
Is there any equivalent of sys_context (oracles function) in Teradata ? oracle syntax:sys_context( namespace, parameter, [ length ] )Forums: Database
View ArticleTeradata Training Material available - response (9) by Andry_Anthony
Hi Todd, could you send me the training material at andry.anthony18108005@gmail.com Thanks
View ArticleCreate database and database space concepts - response (2) by usmans
Any update on this please?
View ArticleHow to exit a SP? - response (1) by teradata_techie
Are you trying to build some LOOPs inside the Stored Procedure?
View ArticleHow to exit a SP? - response (2) by barani_sachin
No looping constructs, only conditional checking.
View ArticleTIME (0) field converted to INTEGER - forum topic by saadwaseem
Hello, I'm facing a pretty strange issue here, wanted to see if anybody had any insight on this. I'm creating a TD table with a TIME(0) field in it. Strangely, once the CREATE TABLE is complete, the...
View ArticleHow to load Chinese Character in Mainframe(Zos) by using mload? - response...
Hi Ivyuan, Thank you for your reply. After I add // PARM='CHARSET=UTF8' in job, there is an error message CLI0543 when it creates logtable. How to fix it? Thanks.
View ArticleTIME (0) field converted to INTEGER - response (1) by CarlosAL
Using SQLA through ODBC perhaps? If so, check options DateTime Format. HTH. Cheers. Carlos.
View ArticleIs there any equivalent of sys_context (oracles function) in Teradata ? -...
What specific parameter are you interested in? Basic info is returned by some built-in functions: USER, DATABASE, ROLE, SESSION See the list in the "SQL Functions and Operators" manual. Dieter
View ArticleConfiguration - response (3) by sivaji_doguparthi
Thanks.. it is working fine now. thanks for the great help
View ArticleTIME (0) field converted to INTEGER - response (2) by dnoeth
As Carlos said, change the DataTime Format to AAA instead of the old default of III. Or mark the "Disable Parsing" option in ODBC, this also switches off other ODBC syntax like the LENGHT, MONTH or...
View ArticleHow to exit a SP? - response (3) by dnoeth
You want to return a result set from the SP? In that case you should be able to LEAVE, because AFAIK this only closes real cursors. Dieter
View ArticleCreate database and database space concepts - response (3) by dnoeth
Hi Usmans, no, you can't. At least not without reducing the max perm assigned to the 500GB database. The PERM for a new database/user is always substracted from the database/user in the FROM option....
View ArticleUNION ALL results - response (1) by dnoeth
Could you shou the query or at least the basic syntax? A common problem when using set operators: The data type of a column is determined by the first select. When the column is a VARCHAR(20) in the...
View ArticleTranspose columns to rows - forum topic by Chandrashekarks
Hi All, Here is scenario: Cust Act_cnt Act1 Act2 Act3 Act4 Act5 ....... Act15 A 2 A01 A02 ? ? ? ...............? B 1 B01 ?...
View ArticleSQL Syntax - response (7) by dnoeth
You should post new questions as new posts. And your question is unspecific, which tool? In SQLA there's already a shortcut, CTRL-D. Dieter
View Article