Quantcast
Channel: Teradata Forums - Tools
Browsing all 4252 articles
Browse latest View live

TPT script to load data with embedded qualifiers - response (7) by feinholz

No. Parsing rules are the same.

View Article


Quoted qualifiers in TPT - response (2) by TDRookee

Thanks!

View Article


TSET - 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 Article

EXPORT_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 Article

EXPORT_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 Article


ABU 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 Article

Get 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 Article

Get 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 Article


TSET - response (3) by shirsat17laxmi@gmail.com

Thanks for your reply :)

View Article


Get 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 Article

Get 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 Article

Multiple 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 Article

Get 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 Article


Get 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 Article

Multiple 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 Article


Using 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 Article

Using the Append statement to write the results from 2 queries to one txt...

This should work, what's the error message?

View Article


Multiple 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 Article

TDSQLA 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 Article

TPT19434 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
Browsing all 4252 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>