Quantcast
Channel: Teradata Forums - Database
Browsing all 14773 articles
Browse latest View live

Teradata SQA Error - topic by SurK

Hi, We are getting below mentioned memory errors while opening Teradata SQL Assistant on Windows Teminal Server. To resolve the error we have uninstalled and then re-installed the Teradata SQA but...

View Article


Create a table with a date column that has a default - response (1) by QAKiani

I hope this helps... CREATE SET TABLE T1 ( COL1 INTEGER NOT NULL DEFAULT 0, COL2 DATE NOT NULL FORMAT 'YYYY-MM-DD' DEFAULT DATE '2000-01-01') ) UNIQUE PRIMARY INDEX ( T1 );

View Article


Question about using stored procedures to do inserts and updates - response...

You can refer to the Stored procedure documentaion for detail reference. Here is the link www.info.teradata.com/edownload.cfm?itemid=113480020 The stored procedure support both the INSERT and UPDATE...

View Article

FASTLOAD WITH FIXED WIDTH FILES - response (14) by Malleshkr

Dieter, I have a different scenario here. I get the same error like Adeel, But for a different reason. My source CSV contains data in below format & hence my fastload is unable to process it....

View Article

Fastload File read: 35, Text: EOF encountered before end of record - topic by...

I have a scenario here. I get the an error when my source CSV contains data in below format & hence my fastload is unable to process it. "February 29,...

View Article


Get the next partition - response (1) by QAKiani

I don't think you can do it in simple SQL because partitioning the data and assigning the partition numbers to the partitioed items is internal to Teradata. However, I would be interested to see the...

View Article

Performance tuning - response (3) by Asit

HI,   I have a table containing 19 million records. I am executing a query having inner join. The query is taking huge time. Can anybody suggest me query tuning  option? the query is: SELECT...

View Article

Get the next partition - response (2) by ulrich

isn't it not just the "next months with data" data in this case? select * from vt_tst where col2/100 = ( select min(col2) / 100 from vt_tst where col2 >= (add_months(cast('2012-03-01' as date),1) -...

View Article


3810: Column / Parameter 'EDW_STAGE.F4.CLIENTE_ID' does not exist - topic by...

read more

View Article


Error 3706 while creating TRANSACTIONTIME Temporal Table - response (7) by...

the thing is if your database is getting the time from the system, then you also get this error. check your dbsControlParamater 57 under general, it must be 2 if I'm correct.

View Article

3810: Column / Parameter 'EDW_STAGE.F4.CLIENTE_ID' does not exist - response...

The problem really if it was the name of the field if it was incorrect, the correct name was party_id and customer_id, this can be given by post solved.

View Article

Avoid results of subquery as sum of items - topic by Anakin

SELECT STID.SALES_TRANS_DATE     ,STID.ITEM_ID     ,STID.ITEM_QTY          FROM  SALES_TRANS_ITEM_DLY AS STID        WHERE STID.SALES_TRANS_DATE between '2011-01-01' and '2012-09-01' AND  STID.ITEM_ID...

View Article

Case When Statement in Teradata - response (16) by ismaildreams

SELECT NET_MUMD_AMT, (CASE when MKUP_MKDN_RSN_CD=26 THEN NET_MUMD_AMT AS BUYER_MKDN_PRICE_CHANGE_AMT END), (CASE WHEN MKUP_MKDN_RSN_CD=25 THEN NET_MUMD_AMT AS BUYER_MKDN_PRICE_CHANGE_AMT END), (CASE...

View Article


Fastload File read: 35, Text: EOF encountered before end of record - response...

What is the record type you are using? I think you should use SET RECORD VARTEXT Is there any line break after your last record?

View Article

Get the next partition - response (3) by QAKiani

Sounds easy and simple as the data is parititioned on monthly basis, so the next available months data is the one which needs to be looked for! Why didn't I think like this :)

View Article


Teradata .Net Dataprovider connection error - response (3) by ysrinu

The following the article from Teradata support for KAP1B0756    Teradata Knowledge Base    Solution    ID: KAP1B0756 Special character in password such as @ prevents LDAP login 1 Condition/Symptom:...

View Article

Get the next partition - response (4) by eejimkos

Hello,   Thank you for your replies....   Yes, we wanted to know for a given date , the next available partition . I was trying to find an alternatice solution(better for performance) ,   solution_1 :...

View Article


Case When Statement in Teradata - response (17) by QAKiani

Select the column on which the case statement is checked alongwith the other column to see which of the case statement executed and verify the output.

View Article

Avoid results of subquery as sum of items - response (1) by QAKiani

One possible reason for not getting the results could be that the sales transactions in SALES_TRANS_ITEM_DLY, but their ITEM_ID doesn't exist in ITEM_DIM. Your SQL query looks fine, the only problem...

View Article

DBQL SQLTextInfo 3577: row size or sort key size overflow - topic by goldminer

I am getting a 3577: row size or sort key size overflow when attempting to query dbqlsqltbl.sqltextinfo in sqla (yes it is a large query).  Does anyone have any workarounds.   Thanks,   Joe

View Article
Browsing all 14773 articles
Browse latest View live


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