how to logon to bteq - response (4) by cheeli
I don't think so, even I couldn't see the Teradata SQL assistant being installed, but while installing it showed that currently teradata sql assistant is being installed. But i couldn't find it.
View ArticleGet current week number from the date in current year. - topic by tejasmore
Hi, Could anyone please assist me in getting given date's week (in current year, and not relative to any perticular date). E.g. If I pass today's date as 20/11/2012 (20-November-2012). It should return...
View ArticleNeed help in BTEQ(Import) - response (7) by dnoeth
For CSV you should try VARCHAR(11) and set the delimiter to the appropriate char, default is '|'. Dieter
View Articlehow to logon to bteq - response (5) by dnoeth
Hi Cheeli, is this a Teradata Express demo version or a real system? For the demo there should be a list of users/passwords in the help file, dbc/dbc might work then. Dieter
View ArticleNeed help in BTEQ(Import) - response (8) by klnsreenivas
Hi, I have 1,40,000 rows in my CSV file and I need to import into Volatile table, this is my code Creating table: Create Volatile table Employee_Report(F1 Varchar(10), F2 Varchar(10),F3 Varchar(10)) ON...
View Articlehow to logon to bteq - response (6) by Qaisar Aftab Kiani
Try sqla on the run window. The SQL Assistant will open if its installed.
View ArticleNeed help in BTEQ(Import) - response (9) by dnoeth
Could you show how the actual script, how you call it and the output? Does it work when you do a "REPEAT 10"? BTEQ is not really fast for a larger number of rows, but when you add a ".PACK 1000" this...
View ArticleCan not use volatile table inside the cursor - response (7) by wicik
Hi there... I need to create cursor which makes changes for some group of logins. Actuallty I know (more or less) how to create cursor with PL/SQL Oracle but I didn't have any oportunity to create...
View ArticleCan not use volatile table inside the cursor - response (8) by Qaisar Aftab...
This document should help you... http://www.teradataforum.com/teradata_pdf/b035-1148-115a.pdf
View ArticleSAS SQL Create Table & Group by problem when querying a Teradata DB. -...
Hi... someone can help me with some fefault create group template? Cannot find any for teradata :(
View ArticleSAS SQL Create Table & Group by problem when querying a Teradata DB. -...
Hi... someone can help me with some fefault create group template? Cannot find any for teradata :(
View ArticleGet current week number from the date in current year. - response (1) by dnoeth
Week number based on which definition? This is a SQL function for TD13.10 to calculate it based on the International Standard, i.e. week starts on monday and the first week always includes jan 4....
View ArticleTeradata Tranining in chennai - response (3) by Sandhyahr
Hi we require teradata DBA training for one of our clients...plz contact me soon...my no 9043062258
View ArticleQuery from view optimizations - response (5) by michalk
my fault ;) looks much better :) but... I next comment wrote, that typically i will join 6 or more partitions. here is example view: Create view WIDE as Select a0.ID as ID,...
View ArticlePosting topics into the correct forum - response (14) by gryback
Regarding the mload table question, please post this as a new forum posting in either the Tools or Database forum group. Posting it here most likely will not get you an answer.
View ArticleWhere is Teradata SQL Assistant - response (4) by txasmst
I read the article for terada-studio-express and this tool is now replaced SQLA. I dowloaded the tool studio-express, made connection to tduser database and it worked.
View ArticleGet current week number from the date in current year. - response (2) by...
Hello, I guess that: the 'week_of_year' in 'sys_calendar.calendar' table is what you want. ex: sel week_of_year from sys_calendar.calendar where calendar_date=date;
View ArticleSpool Space error...please help to optimize - topic by ciw916
I am trying to pull some information from Teradata SQL Assistant. The following query keeps giving me a spool space error. Is there anything you can think of that I can do differently to avoid this?...
View ArticleQuery from view optimizations - response (6) by dnoeth
I doubt you'll find any RDBMS which is capable of joining more than two sets of data at the same time. Getting both, join elimination and fast processing at the same time is probably not possible. If...
View Article