TPT multiple instances using mainframe host (Syntax error). - response (22)...
i tried to create the named pipe with in the tpt itself using OS COMMAND
View ArticleOne or more values to pass in a prompt - response (2) by TcognosD
It supposed to be pass through parameter. Can I not do this with out creating a SP? thanks,.
View ArticleSQL rewrite - forum topic by TcognosD
How can I rewrite following query to avoid join condition like this : AND SOM2.Address = SOM.ADDR_LINE1 || '' || ADDR_LINE2 ||'' || CITY || '' || STATE || '' || ZIP_CODE Query: SEL SOM.CUST_ACCT_KEY,...
View ArticleSelecting count(*) from multiple tables - response (3) by learndwh
Yes got it..try this query select a.acc_no, a.sort_code, sum(credit_count), sum(debit_count) (select acct.acc_no, acct.sort_code, count(credit.acc_no) as credit_count, 0 as debit_count from...
View ArticleSQL rewrite - response (1) by learndwh
you can write like this SELECT SEL SOM.CUST_ACCT_KEY, SOM.ORD_ID, SOM.EQUIPDESC, SOM.SHIP_METH_DESC, SOM.D_DESC, SOM.SITE, SOM.VEND_NAME, SOM.ORD_DT, SOM.CANCEL_DT, SOM.Address, SOM.AGENT_ID,...
View Articleinterview help - response (3) by chinmay Athavale
Hello, Could you please mail them at: bolearning@gmail.com
View ArticleFine tuning a query - response (9) by kk_newuser
Hi Mahesh, > collect the stats on where clause columns as explain show the low confidence on each step.> You can add the where clause columns to Primary index if its unique and usage is more . or...
View Articlefastload errors with checkpoint and indicator. - response (4) by kusumayella
Hi Mayank, Apart from dot, you are not supposed to use semicolon at the end of begin loading ..... command incase of using checkpoint and indicator etc. As Fred specified, BEGIN LOADING TDUSER.M1...
View Articlefastload errors with define delimiters. - response (2) by kusumayella
Hi , Just use below define statement as the data file doesn't have any starting and trailing delimiters and you just need to press enter while creating the sample data i.e your cursor should be in...
View ArticleNeed to save and execute a dynamically generated query(greater than 32K...
Hi Ankit, In TD14 Maximum size of a sql can be upto 64K. Try using below declaration declare var1 Varchar(45000); declare var2 Varchar(15000); The problem will araise If the var1 variable is derived...
View Articleupdating table through view - forum topic by mayya@teradataforum
Hi,It might be the basic question but want the reason for teradata experts.When we create a simple view from a single table and when we update a column in a view, the changes will be reflected in...
View ArticleUpdating a table through view - forum topic by mayya@teradataforum
Hi, It might be the basic question but wanted the reason from TD experts. When i create a simple view from a single table, and update one of the row in that view, then changes will be reflected in its...
View ArticleSelecting three words from a string - response (8) by skrafi
Hi to all, My TABLE data is , ABCD > EFGH > IJKLMNOP > QRS > TWX9GG ABCD > EFGH > XYZ > GH ABCD > EFGH > GHJK > I45EDBDGG BUT ABOVE DATA I HAVE TO MOVE AS A SAPARATE...
View ArticleHow to connect to TeraData in SHell Script - response (1) by wasabi79
Try to add semicolon after password. Below my script shell example #!/bin/sh LE=$1 bteq <<EOI #.LOGMECH LDAP; #.LOGON unicred1/ee29770,dpndnl79$$; .LOGON unicred1/etlcostd,etlcostd; .SET WIDTH...
View ArticleSelecting three words from a string - response (9) by CarlosAL
Two ways: Classic: Recursive query. New (sort of): Use STRTOK (if there is a max number of 'columns'). HTH. Cheers. Carlos.
View ArticleNewbie Here - forum topic by susmita
Hi Friends, Newbie here. Sorry to ask this question. why is teradata called as teradata sql? Do we write same sql queries in teradata DB? If this is the case then why not use sql ? I am confused? I do...
View ArticleParallel Transporter - forum topic by Darin
Is there a way to change the default location of the Parallel Transporter Log and CheckPoint folders. From a security standpoint the default locations are not optimal.Tags: #TPT_Folders#Forums: Tools
View ArticleScript Shell Bteq Connection. Logmech LDAP - forum topic by wasabi79
Hi all, when i tried a normal connection in script shell like point 1 no errors occurs. when i add .logmech string (point 2) for mechanism LDAP the connection failure and errors occurs(see point 3 for...
View ArticleJDBC Drivers for Coldfusion running on SUSE Linux - response (1) by tomnolan
Teradata JDBC Driver support for ColdFusion 10 is in progress. We will provide an update when support is available.
View ArticleOuter Joins and Optimizer Issues - forum topic by wpitterl
Hi all, I'm having some performance issues due to the way certain queries are being processed by the optimizer. I have a set of views that I want to join together, and each of these views has the same...
View Article