Importing delimiter text file!!!!!!!! - response (3) by klnsreenivas
Can we use SKIP commend in importing delimiter file like .IMPORT VARTEXT ',' FILE = FILENAME, Skip=2; I need to skip 3 lines while importing, is there any other procedure if skip won`t work?
View ArticleImporting delimiter text file!!!!!!!! - response (4) by klnsreenivas
If i am using like the below, i got error .IMPORT VARTEXT ',' FILE = FILENAME, Skip=2; Error: No such file or directory
View ArticleStored PRocedure to Load Date Dim - topic by vidskhare
I have written a Teradata stored procedure to load my date dim for 50 years. when I am compiling the procedure I am getting an error msg(SPL1028:E(L64), Illegal attempt to modify symbol...
View ArticleSpool Space error...please help to optimize - response (1) by rads
Try the below query: SELECT DISTINCT A.USER_ID, C.SUPER_NM_LVL2 AS SUP, C.SUPER_NM_LVL1 AS AD, DIR.SUPER_NM_LVL2 AS DIR, A.ACTIVITY_DT, B.MTN, A.ACCT_NUM, A.PPLAN_CD_CURR FROM (SELECT DISTINCT...
View ArticleConvert the strings into Date Format - response (4) by WAQ
Hi Mathuram, As you already mentioned, it can not be done in a query because the format of your data is not consistent. You can certainly go for workarounds, if you want.
View ArticleConvert the strings into Date Format - response (5) by WAQ
Well one workaround is that if you know that your date would be in specifc formats like YYYY/MM/DD, YYYY-MM-DD etc then u can use: create volatile table te ( date_t varchar(12) ) on commit preserve...
View ArticleTeradata Parallel Transporter (TPT) 14.00.00.07 on Windows 2003 x64 Java...
Hi I'm having same issue as you. How did you get the 64bit version of the TPT?? The latest post I have seen indicates that Teradata only provides the 32bit TPT utility!?? I have a win 2008 64 bit and...
View ArticleHow to lock set of tables used by Particular Session (Session Level...
Hi, I have a bteq script, which insert and update data in 5 table (table1,table2,table3,table4,table5) and same bteq is called by different unix script and it might run parallel. So How to...
View ArticleHow to Rank inside a rolling partition window??? - topic by SteveD
I'm looking to rank the number of a specific call based on the volume of calls that precede it within a 30 day window prior to the current call. The challenge ... I am ranking calls over a long period...
View ArticleFast export script for exporting Chinese characters - topic by chaitanya09
Hi, I have certain columns which are in Chinese characters to be exported.I have fast exported the results to text file and the Chinese characters have been changed to Junk characters in notepad....
View Articlehow to logon to bteq - response (7) by cheeli
Hi Experts, Uninstalled the Teradata Express Edition 13.0, and installed, but still I can't find Teradata SQL Assistant in Programs>>Teradata Client 13.0>>Teradata SQL Assistant 13.0 as...
View ArticleDetermine which database is up and running or active? - topic by Langaliya.Nirav
Do you know how to determine which DB is up on Teradata? there is one common system test server and there are two different database on same server. Database names are QA0 and QA1. I think we...
View ArticleDBQL and LOB's - topic by Dennis
I have noticed in the DBQL logs that there has been a number of records in the dbqlsqltbl.SQLTEXTINFO table and column that contain the value of "SELECT ?". It appears that this is due to a columns...
View ArticleDetermine which database is up and running or active? - response (1) by...
I think I got answer from my friend's help, what i tried is setting to DATABASE qa0; and it ran successful and then I tried to set database with this query DATABASE qa9 ; and which failed because...
View ArticleTeradata 13 Vs 14 - response (2) by malli
need help. planiing to download td14 demo version but didn't get .please provide me the proper ling to get download
View ArticlePortlet Error 32 stylesheet limit in IE 8 - response (2) by stever
Correct, Viewpoint only loads about 20 CSS files. Maybe you have a bunch of inline STYLE blocks?
View ArticleHow to lock set of tables used by Particular Session (Session Level...
Teradata, like every other commercial database system, serializes access at the transaction level. If you cannot use transactions to accomplish what you want, you could perhaps implement an...
View ArticleReducing runtime for a MLOAD job - response (11) by Roopalini
Hi Sandi, Can you tell me what measures you took to improve the performance of the MLOAD job? I am in a similar situation now and looking for suggestions to improve the performance of my load. Thanks...
View ArticleDetermine which database is up and running or active? - response (2) by...
You can utilise view from dbc for databases also select * from dbc.databases where databasename like '%qa%'
View Article