SQL assistant v13 Query builder empty - response (1) by MikeDempsey
I have heard of this before but never figured out how it occurs. It seems to be a problem with installing or copying the files on your system. (Most likely a permissions problem) There should be a set...
View ArticleTimestamp format not working to get the two digit year - response (2) by balu_td
Thanks Mjj, Could plz let me know how to over come this issue in teradata..
View ArticleUsing FastExport with Teradata JDBC Driver - response (9) by tomnolan
Teradata JDBC Driver 14.00.00.33 is now available for download here on Developer Exchange. It contains the fix for DR 161123 ("Bypass JDBC FastExport for unsupported ResultSet scrollability,...
View ArticleTimestamp format not working to get the two digit year - response (3) by dnoeth
A long time ago there was a so-called "year2k" problem :-) The dbscontrol is a global setting, for this specific import you might either concat '20' to the two digit year or add 1200 months using...
View ArticleTimestamp format not working to get the two digit year - response (4) by skrafi
HI BALU YOU CAN TRY THIS IN BTEQ UTITLITY ,IT GIVING EXPECTED O/P,I THINK THIS IS HELP FULL TO YOU sel cast('12/12/12 00:00:00' as timestamp(0) format 'MM/DD/YYBHH:MI:SS'); '12/12/12 00:00:00'...
View ArticleTimestamp format not working to get the two digit year - response (6) by skrafi
HI, I have one issue ,my table date is id name 101 xy 101 yz 102 ab 102 bc i want out put like bellow table format id name 101 xy,yz 102 ab,bc how its possible ,is there any...
View ArticleColumn and Row separator in Multiload - response (1) by KS42982
You can use FILLER with CHAR(1) at the end.
View ArticleEnabling ALC, Pros and cons - response (3) by harish.palakuri
I Really Appreciate your response Simha. we are using Teradata 13.10.0506 version . Can you please tell me what is the way to Enable ALC? Thanks Harish
View ArticleTimestamp format not working to get the two digit year - response (8) by balu_td
Hi Doneth, Concat worked !! Thanks Balaji
View ArticleSpace in the database - response (13) by rajeev saravanan
Hi All, Could anyone review the above two queries and let me know of any mistakes Thanks R.Rajeev
View ArticleTD Version Features / Changes - response (2) by tssr_2001
Dieter, Thanks for the response. Can you please tell, What is the difference between Release Definition and Release Summary ???
View ArticleTimestamp format not working to get the two digit year - response (9) by...
Hi SK RAFI, One of the way to do it using OLAP function. Following query would help you to understand the same. May be you can write a recursive or stored procedure to meet your requirements on top of...
View ArticleEnabling ALC, Pros and cons - response (4) by simhadrijk
By default you should be able to create columns with compression. PLease check with your DBA once, he should be helpful to you in resolving it on your TD settings.
View ArticleQuery to find tables with no stats defined/old statistics - response (6) by...
Hi Dieter, Yesterday, I got those attachments in http://developer.teradata.com/node/9598, thanks for that, also it looks like sites are back to normal. The other day, I was trying to put comment on...
View ArticleAMP - Storing the Record - forum topic by rajesharra
Hi There, If i have created nupi on the sex column, definatly it has skew ness. Think those two amps are filled (while others are free), we got one more record in to the table. what will happen? My...
View ArticleFacing Problem to pass multiple values using 'IN' clause in static sql in...
Hello All, I'm new to static store procedure's in teradata. Am facing problem problem to pass multiple values through object (sp.CHANNEL_TYPE IN (:vchannel) OR (:vchannel_all) = 'A') for example...
View Articlehow to create a user, database and table in sql assistant? - response (2) by...
Hi there :) Thanks for the links. The point is not only create user but actually one grant. Typical grant to select on dbc.users is not that simple thing to do. Whole DBC.USERS read is somehow...
View ArticleHello, I am preparing for the teradata basic certification and I want the...
Hi Guys, Can you able to reply me the answer for this question? q) Which component is part of Teradata's open architecture? A PE B CPU C Node D BYNET Awaiting for your response...Thanks!!!
View ArticleSQLA - Deleting Add Favorites Entries - forum topic by goldminer
I am on SQA 14.0 and am trying to figure out a way to delete an entry I have created in 'Add Favorites'. I love this feature but am not able to clean up old entries. Does anyone know how to delete an...
View ArticleSQLA - Deleting Add Favorites Entries - response (1) by dnoeth
Hi Joe, you have to use the "Query Builder": press F2 and choose Favorites Dieter
View Article