Quantcast
Channel: Teradata Forums - All forums
Browsing all 27759 articles
Browse latest View live

Want Teradata SQL Tutorial - response (154) by maumart

Please send me any materials to email maumart@gmail.com Tanks! Adios amigo!

View Article


How to check access privileges?? - response (11) by sandyinside

Try this: Brief and nice.     SELECT     A.ROLENAME,     A.GRANTEE,     A.GRANTOR,     A.DefaultRole,     A.WithAdmin,     B.DATABASENAME,     B.TABLENAME,     B.COLUMNNAME,     B.GRANTORNAME...

View Article


Need Teradata Developer US Citizen w/Secret Clearance or CAC card Pax River...

Phone to hire! They would like them to start ASAP. At the end of the year, there may be a chance for extension, but as of right now, we will only receive funding through the end of the year. Teradata...

View Article

Teradata Wallet - response (5) by feinholz

Have you tried putting the text "$tdwallet(put_item_name_here)" as the value of the UserPassword attribute (or on the command line with the -u option, or in the job variable file)?

View Article

Text Qualifiers in Teradata Utilities - response (6) by jwh_ws

Why not upgrade to TPT 14 to get the benefit of this feature?  This is a supported option by GSC and also decomposes the tasks of upgrading to the next version of the database.  I.e., do TTU 14.0 now,...

View Article


Error during Teradata Plug-in for Eclipse Installation - topic by forresr2

Hello, I'm having trouble with the following error while attempting to install the TD plugin for Eclipse.   Any Ideas for finding a resolution?   Interacting with TD version 13.10 on windows XP....

View Article

Problems in connecting to Teradata from Java on AIX - response (3) by sid.de

  Hi Tom ,       Thanks for your reply .         The JDK version on the AIX box is :-       $ $JDK_HOME/bin/javac  -version      javac 1.6.0-internal        The JRE version is :-     $...

View Article

fastexport gives Access module error '34' - response (1) by drao

Its purely result of insufficient disk space. I had the same issue and i corrected it by changing the file output directory location.

View Article


RE:performance tuning for query with 27 left joins - topic by vijayshankar245

Hi all,   read more

View Article


Parent Child Relationship Flattening - response (5) by ulrich

Your DDL seems not to be matching the inserts.   Below SQLs should do CREATE SET TABLE TEST123 ( PARENT VARCHAR(20) CHARACTER SET LATIN NOT CASESPECIFIC, CHILD VARCHAR(20) CHARACTER SET LATIN NOT...

View Article

TPT script: error while executing TPT script - response (10) by devallu_y

Hi,   Please find the data connector part below:   define operator <name> type dataconnector producer schema <name> attributes( varchar filename='/directory/filename', varchar...

View Article

RE:performance tuning for query with 27 left joins - response (1) by ulrich

The high estimate is most likely related to missing stats. How many rows does EFBI_DEV1_CSPR_T.STG_CSPR_WST_CDR has in the production environment?  

View Article

RE:performance tuning for query with 27 left joins - response (2) by ulrich

P.S. The PI of EFBI_DEV1_CSPR_T.STG_CSPR_WST_CDR doesn't seem to follow the first priceple that the PI should support access.

View Article


Between Times not working - response (4) by mattie4

ASKME_CREAT_TM is a [TIME(0)] field.   I had posted the syntax wrong and corrected it below.    I can do CASE When AskME_CREAT_TM  09:00:00 for example, and it will show AM on any of the records where...

View Article

Between Times not working - response (5) by mattie4

Ulrich,    I got it to work as this.  Thanks for your help.     SELECT ASKME_CREAT_TM, cast(ASKME_CREAT_TM as time) , case when ASKME_CREAT_TM between cast('08:00:00' as time) and cast('12:00:00' as...

View Article


Between Times not working - response (6) by WAQ

As mentioned by Ulrich you need to cast the time to make it time (type) before comparing it. Similarly, you also need to do the same with your dates in WHERE clause (assuming ASKME_CREAT_DT is of DATE...

View Article

Between Times not working - response (7) by ulrich

case when cast(ASKME_CREAT_TM as time) between cast('08:00:00' as time) and cast('12:00:00' as time) then 'AM' else 'unkown' end, should work as well, so no need for the additional field. Might be...

View Article


Insert Data into Teradata table from excel. - topic by hungtingforspoils

Hi,   Please advise if this is the incorrect forum for my query however i was hoping someone may be of assistance.   I am looking to put together some vba code that will allow me to connect to teradata...

View Article

Problems in connecting to Teradata from Java on AIX - response (4) by tomnolan

I just successfully tested the Teradata JDBC Driver on an AIX 5.3 machine using the following JVMs. 32-bit JDK 6.0 from 2007: java version "1.6.0" Java(TM) SE Runtime Environment (build...

View Article

IF Column1 = Column2 => Merge data of Column3 in one cell - topic by Theena

I have this table:     read more

View Article
Browsing all 27759 articles
Browse latest View live


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