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

SQL Assistant error? "Submit only the selected query text, when highlighted"...

14.10 won't submit commented out text. You can install 15 now and loose this restriction and gain a few more useful features

View Article


TPT - LOAD TWO FIELDS IN ONE COLUMN (concatenate) - forum topic by dreis

Hi everyone, I need to load a column that is a concatenation from two fields of a file. One field is a date other is time type. I would like to load both resulting in a timestamp field but i wanted to...

View Article


Fastload Problem: Invalid Fastload Statement - forum topic by tdfan

Hi Guys,  Need your help to figure out where the problem is.  Thanks in advance!   **** 18:33:38 Teradata Database Release: 14.10.02.08 **** 18:33:38 Teradata Database Version: 14.10.02.08 ****...

View Article

Fastload Problem: Invalid Fastload Statement - response (1) by krishaneesh

Can you check for what is the error code in the ET table(asign_err1) that was created.

View Article

Trying to import data into my table - forum topic by tmcrouse

I have a csv file and I am trying to import the data into my table and it says invalid query. I am very new to Teradata. Here is my code: [code] .import data...

View Article


Trying to import data into my table - response (1) by Glass

What utility are you using?

View Article

Fastload Problem: Invalid Fastload Statement - response (2) by feinholz

This error is not related to an error tables. The problem is with your "checkpoint 1000" statement. That is not valid. You specify the checkpoint interval on the BEGIN LOADING command. Please refer to...

View Article

Studio Express installer can't find java - response (6) by pgouskova

wrong version of teradata. 32 or 64 bit

View Article


Trying to import data into my table - response (2) by Fred

I see two things. .IMPORT is specifying DATA (i.e. FastLoad format without indicators). I doubt that's actually the format of your input file. More likely you need something like VARTEXT ',' and the...

View Article


Unity Datamover standalone to update standby database - forum topic by mt186042

Standby Teradata Database,  I was recently commissioned by a client in Australia to do the high level design for their DR standby database.  The main requirement was to use Datamover in standalone...

View Article

Fastload Problem: Invalid Fastload Statement - response (3) by tdfan

Thanks for all the response. I am stuck in loading a timestamp column. Following is my script, can you pls help?  sessions 100;  .LOGON TDPROD2/auxu,Ninth89xu;  DROP TABLE dl_xaas_new.tmtest;...

View Article

Unity Datamover standalone to update standby database - response (1) by Glass

What do you mean lacks a timestamp field ? Do you mean the tables in the databases you are moving don't have a timestamp field defined on them to indicate inserts, updates and how would you use this to...

View Article

TPT - LOAD TWO FIELDS IN ONE COLUMN (concatenate) - response (1) by dreis

Does anyone have any insight on this?

View Article


TTU 15.0 - forum topic by raj_tddba

Hi guys,  I have installed TTU 15.0 on my machine connection to TD DB 14.10. when i am using sql assistant to connect with database its hanging and its for very log period. Is this bug? i have not seen...

View Article

Unity Datamover standalone to update standby database - response (2) by...

Is there a way you can identify the changed data? is there anything like a flag which says that some the recent records are updated. You can use that flag in the parameter "sql_where_clause" to load...

View Article


Unity Datamover standalone to update standby database - response (3) by Glass

Only if there is a flag on your table, DM will use this plus the "Key" fileds to merge the changed records. If you're not so lucky you may end up moving the entire table , worktables to update the...

View Article

TPT - LOAD TWO FIELDS IN ONE COLUMN (concatenate) - response (2) by feinholz

It is possible. You need to define 2 schemas. One as the input schema for the DataConnector operator and one as the output schema for the DataConnector operator.  Something like:  DEFINE SCHEMA...

View Article


Fastload Problem: Invalid Fastload Statement - response (4) by feinholz

You say you are stuck, but do not give the problem. I do see 2 things: 1. you still have not removed the checkpoint command; that is not valid 2. I do not believe you can provide CAST or FORMAT...

View Article

Fastload Problem: Invalid Fastload Statement - response (5) by dnoeth

You can use a typecast in FastLoad, but it must be Teradata style, not CAST :-) (:dtime (TIMESTAMP(0), format 'yyyy-mm-ddbhh:mi:ss'))

View Article

TPT - LOAD TWO FIELDS IN ONE COLUMN (concatenate) - response (3) by dreis

Thank you very much Steve!

View Article
Browsing all 4252 articles
Browse latest View live