How to run Fast export script from Shell script - response (1) by Harpreet Singh
Basically, you can go through fastexport manual. else if utilities are installed on unix then you can invoke using correct PATH and run using fexp command fexp <script
View ArticleUnion vs Group by - response (3) by sthatoju
GROUP BY is required if you're aggregating data, but in many cases, DISTINCT is simpler to write and read if you aren't aggregating data.
View ArticleTeradata Express for WIN 32 BIT - response (1) by Harpreet Singh
Teradata 13 for windows is here http://www.teradata.com/teradata-express-13-0-windows/ Please visit below page for Teradata Express details by Mike...
View ArticleTeradata Express for WIN 32 BIT - response (2) by s_iska
I was on that URL earlier.. http://www.teradata.com/teradata-express-13-0-windows/ I dont see any downloand link from there.. it is just information about Teradata Express 13. Let me know if I am...
View ArticleHow to run Fast export script from Shell script - response (2) by katakoti
#!/usr/bin/ksh #shell script code ######### ####### ### fexp <<EOF ** - ---- **-- EOF ######### ####### ### # End of script
View Articlewhere does TD store transient journal? - response (2) by katakoti
Can not we access them using sql assistant, how can we look them?
View Articlewhere does TD store transient journal? - response (3) by Jim Chapman
The Filer utility has commands for inspecting the Transient Journal. It is not acually a table. It is a special file system object.
View Articlequey tuning - topic by teradatauser2
Hi , I have a query as under : sel a.*,b.* from tab1 a inner join tab2 on a.col1=b.col1 and a.col2=b.col2 The datatype of a.col1 and b.col1 matches. But the datatype of a.col2 and b.col2 doesn't match....
View ArticleHow to run Fast export script from Shell script - response (3) by chaitanya09
Hi All, Thanks for the information.I need small clarifications. My fastload,fastexport utilities and scripts are present in my 'c:' drive and my shell script is present in the directory say...
View ArticleTeradata Express for WIN 32 BIT - response (4) by Harpreet Singh
You can install VM version on windows. Here you need a VMware player ( free) or VM workstation software and then You can download VM image for TD version of your choice and just run the VM. You will...
View ArticleSkewness in nopi Table - response (4) by Harpreet Singh
Have you tried load, update utility? is there any difference in skewness?
View Articlehow to logon to bteq - response (11) by cheeli
Thanks to all for your responses, it worked.
View ArticleWork around to simulate a variable Partition in RANGE_N - response (3) by SteveD
Below is the desired output. The 'Rank' column is what I need to derive from the other data. In this case I am ranking the current call based on the number of calls that preceded it in a prior '7'...
View ArticleSQL Query Tunning - response (8) by Jessy Mahesh Kothapalli
Dear All, If we fire below queries on SQLassistant13.10/bteq, it will through mentioned results SELECT 10 /2 --5 SELECT 2/10 -- (Hope this should have given 0.2 instead of giving 0) If...
View ArticleSQL Query Tunning - response (9) by Harpreet Singh
TD 12 will give same results. when you say select 2/10 then teradata interprets datatype and provides answer in same datatype If select 2.0/10 or select 2/10.0 then it will go to decimal/float datatype...
View ArticleSQL Query Tunning - response (10) by Harpreet Singh
Dieter, In your post above, You have mentioned Join Index as CREATE JOIN INDEX xxxx AS SELECT (B.LOGIN), (C.NAME, A.VIS_PR_BU_ID) FROM W_PARTY_PER_D A,WC_USER_D B, W_PARTY_ORG_D C WHERE...
View ArticleBTEQ Equivalent to SQL+ "EDIT" Command - topic by Wasif.Kabeer
Hi, In BTEQ, is there any equivalent to Oracle's SQLPLUS "EDIT" command? Oftently, it's hard to manipulate a multi-line query using the traditional BTEQ interface. Is there any workaround available?...
View ArticleBTEQ Equivalent to SQL+ "EDIT" Command - response (1) by Qaisar Aftab Kiani
If you are in a windows environment then why dont you try text editors like notepad++ or ultraedit...
View ArticleConvert integer to TIME - topic by aarsh.dave
Hi, I need to insert data from a field A which is an integer to field B which is TIME(6). The data in field A is something like this: 1. 1256, which means 12:56:00 2. 0145, which means 01:45:00 I...
View ArticleDo not insert a record into a table with a foreign key. - response (3) by DTV
Can we use quoted keywords as field names for foreign keys? Is it allowed by SQL specification supported by Teradata RBDMS?
View Article