22 | 09 Sep 2014 @ 07:14 PDT | General | Reply | BTEQ export through shell script | Hi Radsubra,
I haven't got a chance to test the below sql with bteq export. But it worked fine on sql assistant.
sel CAST ( 'FILE_NAME' || TRIM(TBL.FILENAME) || x'0A'
... |
21 | 04 Mar 2014 @ 08:27 PST | Tools | Topic | Re: Delete Syntax in MLOAD | Hi,
I need to delete the rows from table in mload script which are not matching in the file.
Tried couples of ways but couldn't succeed.
DELETE FROM Employee WHERE EmpNo <> :EmpNo a... |
20 | 29 Jan 2014 @ 08:37 PST | Tools | Reply | SQL Assistant - Not able to Define ODBC Data Source through Teradata SQL Assistant v 13.11.0.04 | @kawish
Do i need to Uninstall the .Net provider and then Install it again.. or I can just Install it ..
|
19 | 29 Jan 2014 @ 08:35 PST | Tools | Reply | SQL Assistant - Not able to Define ODBC Data Source through Teradata SQL Assistant v 13.10 | I tried it already but it didn't helped me ..
|
18 | 28 Jan 2014 @ 08:13 PST | Tools | Topic | SQL Assistant - Not able to Define ODBC Data Source through Teradata SQL Assistant v 13.10 |
SQL Assistant - Not able to Define ODBC Data Source through Teradata SQL Assistant v 13.10
I am unable to Define ODBC Data Source in Teradata Sql Assistant.
File Not Found
Une... |
17 | 10 Jan 2014 @ 07:33 PST | Tools | Topic | BTEQ ERROR CODE .QUIT 66 | Hi,
Could some help me out what is .quit 66 usage in the below statement.
.IF ERRORCODE <> 0 THEN .QUIT 66;
Thanks
balu
|
16 | 26 Sep 2013 @ 07:54 PDT | Tools | Reply | File Name Based up on the cloumn data. | Hi Feinholz,
Usually I used to change the files name at the end of fexp using the .SYSTEM cmd As our eniv us unix..
I have an Idea but dont know whether it works.
Storing all the Distinct Id'... |
15 | 24 Sep 2013 @ 04:09 PDT | Tools | Topic | File Name Based up on the cloumn data. | Hi,
I have requirement where i need to send mutliple files based on the data. Our enivroment is Unix and teradata.
EG: below is table with sample table.
C_Name ID
xxxxx &... |
14 | 24 Sep 2013 @ 04:00 PDT | Tools | Reply | Fast Export and MLoad | Thanks Dhiraj and Thomas,
Thomas Could please explain me in brief or any place i can get more infomation about NP AXMOD.
Thanks
balu
|
13 | 05 Sep 2013 @ 07:04 PDT | Tools | Topic | Fast Export and MLoad | Hi,
I have a requirement i need to export a data from one table using fast export Parallel load it into a table using MLOAD.
I can write seprated Fast export and Mload but As the table is h... |
12 | 02 Jul 2013 @ 07:06 PDT | General | Reply | interview help | Hi,
please forward to the hereiam.balu@gmail.com
Thanks
|
11 | 08 May 2013 @ 08:27 PDT | General | Topic | Check the Header of Flat file while Mload | Every day i will receive a Flat file which i have Mload it in prod. So i have to check the Header in file and make sure it matches with old one.
File Delimited '|'
Eg : S_NO | LNAME ... |
10 | 29 Mar 2013 @ 08:07 PDT | Database | Topic | Load clm with 12 hour time format | Hi
I need to load a file using mload where the load clm has a data like this 03/29/2013 12:00:00 PM.
select cast(cast('03/29/2013 12:00:00 PM' as timestamp(0) format 'MM/DD/YYYY... |
9 | 19 Mar 2013 @ 11:55 PDT | Tools | Reply | Re: remove the CRLF in the fastexport generated file | Hi Dnoeth,
Thanks for replying..
I dont have an option to use OReplace or OTranslate.. Is there any other way i can get out from it..
Thanks
balu
|
8 | 19 Mar 2013 @ 08:47 PDT | Tools | Reply | Re: remove the CRLF in the fastexport generated file | The Record may or may not contain CR. If it has don't how many CR it will be..
|
7 | 19 Mar 2013 @ 08:37 PDT | Tools | Topic | Re: remove the CRLF in the fastexport generated file | Hi,
I need to export file with certain fields. Where one of coulmn data has a CR.
For eg:
cml4
record1 aaa&n... |
6 | 07 Mar 2013 @ 04:55 PST | Database | Reply | Timestamp format not working to get the two digit year | Hi Doneth,
Concat worked !!
Thanks
Balaji
|
5 | 07 Mar 2013 @ 06:32 PST | Database | Reply | Timestamp format not working to get the two digit year | Thanks Mjj,
Could plz let me know how to over come this issue in teradata..
|
4 | 06 Mar 2013 @ 01:24 PST | Database | Topic | Timestamp format not working to get the two digit year | Hi,
My Source data has only two digit year when i am trying to convert to timestamp
sel cast('12/12/12 00:00:00' as timestamp(0) format 'MM/DD/YYBHH:MI:SS')
o/p
12/12/1912 00... |
3 | 06 Mar 2013 @ 01:20 PST | Tools | Topic | Error when loading table using OLE Load | Hi
I have flat file i need to load it into a table.. I am trying load the using OLELoad utility.
When i trying to establish a connection to teradata database in desitnation field.
Getting a POP ... |
2 | 06 Mar 2013 @ 12:32 PST | Database | Reply | Timestamp format not working to get the two digit year | Intersting thing is in above eg is date you can "19"
12/12/1912 00:00:00
|
1 | 06 Mar 2013 @ 09:13 PST | Database | Topic | Timestamp format not working to get the two digit year | Hi
My Source data has only two digit year when i am trying to convert to timestamp
sel cast('12/12/12 00:00:00' as timestamp(0) format 'MM/DD/YYBHH:MI:SS')
o/p
12/12/1912 00:00:... |