TPT script to load data with embedded qualifiers - response (7) by feinholz
No. Parsing rules are the same.
View ArticleTSET - response (2) by Raja_KT
I dont think you can do that thru TSET :) TSET is used to emulate impact of changes in SQL or to validate Optimizer. TSET works with TVE too to emulate the target system.You export emulation info and...
View ArticleEXPORT_OPERATOR: TPT12108: Output Schema does not match data from SELECT...
Hi Steve, The table is set to Latin as that is our default setting for our Teradata. I was able to solve this issue by enabling high percisioning on Informatica's properties settings. What's...
View ArticleEXPORT_OPERATOR: TPT12108: Output Schema does not match data from SELECT...
TPTAPI is the method by which ETL vendors (and other applications) use TPT to load data into Teradata. We publish the API and provide the operators so that applications can call our libraries/operators...
View ArticleABU 14.10 table restoring error - response (2) by bocci
Where can I find the COPY utility. I can't seem to find in on my TDExpress15 install or figure out where to download it.
View ArticleGet a Thousand Separators Using BTEQ Export Script - forum topic by murthy1234
(FORMAT 'G999999999D99' )Hi I am using BTEQ script to export the data returned by a query (say like below) to a file called sample.txt sel salary from employee Now I am getting the sal as 100000.but I...
View ArticleGet a Thousand Separators Using BTEQ Export Script - response (1) by Raja_KT
You can try something like this CAST (your_field AS FORMAT ‘$$$,$$$’) In TD studio, you can also see Result Viewer prefrences, where you can change the numeric presentation.
View ArticleGet a Thousand Separators Using BTEQ Export Script - response (2) by murthy1234
select cast((CAST(COALESCE(TRIM(a.salary),' ') as DECIMAL(19,2)) (FORMAT '$$$,$$$' )) as decimal(19,2)) as salary, from employeeHi Raja Thanks for the reply. I tried with you...
View ArticleGet a Thousand Separators Using BTEQ Export Script - response (3) by Raja_KT
Did you do in unix, bteq or sql assistant or td studio or where? in bteq,unix: select cast(100000 as format '$$$,$$$$'); it looks like you want in this format too CAST (salary AS FORMAT...
View ArticleMultiple queries in one connectiong through Teradata studio / Eclipse plugin...
Hi, In SQL Assistant it is possible to run multiple queries in parallel (after setting some of the settings correct). I prefer to use Teradata Studio, the eclipse plugin, but couldn't find a setting to...
View ArticleGet a Thousand Separators Using BTEQ Export Script - response (4) by dnoeth
Hi Sri, you need to implicitly place the thousand seperators, some countries use hundred seperators :) Do you need leading zeroes? format '-999,999,999,999.99' Otherwise: format '----,---,---,---,--9.99'
View ArticleGet a Thousand Separators Using BTEQ Export Script - response (5) by david.craig
Hi Sri, Your format string is correct and should work. See the following submitted from bteq with fieldmode. BTEQ -- Enter your SQL request or BTEQ command: sel 100000 (FORMAT 'G999999999D99'); ***...
View ArticleMultiple queries in one connectiong through Teradata studio / Eclipse plugin...
For now I can think of MSR or macros, where you design statements that do not have /share dependencies are executed in parallel
View ArticleUsing the Append statement to write the results from 2 queries to one txt...
Hello, I need to write/export the results from two or more queries into a txt file. The I'm attempting to accomplish this using the Append statement. So I'm appending two queries to execute after one...
View ArticleUsing the Append statement to write the results from 2 queries to one txt...
This should work, what's the error message?
View ArticleMultiple queries in one connectiong through Teradata studio / Eclipse plugin...
The latest version of Studio you can download is able to run statements against the same database system in parallel. You will need to run the statements from different SQL Editors. If you run the...
View ArticleTDSQLA 14.10 - Cut & Paste Issue - response (1) by TDW
Hi. Has anyone experienced the same issues with cut & paste? Thanks and God Bless, Genesius
View ArticleTPT19434 pmOpen failed - forum topic by brcriss
TPT19434 pmOpen failed. General failure (34): '//OLE_DB_AXSMOD_Jobs/Job is not present in the Access Module Job. I get this error running a TPT load. It appears to continue, but I don't like this...
View Article