OLAP-Unbounded Following query - response (2) by Sai088
Thank you for clarification Dieter
View ArticleCompression in Teradata - forum topic by rithu
Hi experts, I am getting a spool error while inserting records from one table to another of similar structure expect for one column where table 1 has a column with char(50) and some 63 compression...
View ArticleHow to correctly use JPA + eclipselink + java - forum topic by Den
Please tell me how teradata interacts with Java in the implementation of JPA. When meping two classes where a one-to-many an error: [EL Config]: metadata: 2013-03-06...
View Articlerow concatenation for dummies? AKA oracle wm_concat() teradata equivalent -...
Hi Team, Please suggest me how to hanle multiple grouping statements in recursive function. Please let me know as soon as possible we (Me and ashish Patil ) are eagerly awaiting for your valuable replay
View ArticleConcatenate o/p of two select statements - response (14) by Jessy Mahesh...
RECURSIVE function logic createmultisetvolatiletable tb1 (id integer ,nm varchar(5) ) primaryindex (id,nm) oncommitpreserve rows; insertinto tb1 values (10,'xy');insertinto tb1 values...
View ArticleStats collection inside SP's - response (5) by Adeel Chaudhry
BEGIN and END period data-types are the specific types that Temporal table uses to manage history. HTH!
View ArticleData From Vendor Changes - response (2) by Adeel Chaudhry
The scenario requires a complete documentation on the format of the file and possible cases to cater for. What is seems is the example of complex structured file containing interrelated data in...
View ArticleIssue during Conversion of varchar to Timestamp(0) - response (2) by Adeel...
Sample data would help .... but it seems to be a FORMAT issue.
View ArticleCan we access a table from SQL UDF in TD 14? - response (5) by Adeel Chaudhry
For the correct way o implement that .... again .... What will be the use of this fuction?
View ArticleNeed of Collect Statistics - response (9) by Adeel Chaudhry
Collection of unnessasary stats does have a downside, but considering your scenario, it shouldnt be an issue. Moverover, it is always an evolving thing to come up with the best possible stats to...
View ArticleHow to optimize the query? The Explain plan is given below. Its showing no...
Whats the skewnes of underlying tables?
View ArticleCommandTimeout issue - response (1) by Pradeep207
I am using .Net data provider for Teradata 13.0 and I am facing a strange issue. I am unable to execute an update statement through TdCommand which is usually taking 90sec if I run from Sql Assistant ....
View ArticleHow to optimize the query? The Explain plan is given below. Its showing no...
1st step: rewrite the NOT IN to NOT EXISTS (rule of thumb: try to avoid NOT IN as much as possible) And the logic is quite complex, did you check if it could be simplified? The base table is always the...
View ArticleStats collection inside SP's - response (6) by barani_sachin
Thanks Adeel :) So that doesnt have anythign to do with Stats collection inside a SP?? Also could someone pls elaborate on what can i do regarding the error"CALL Failed. 3598: STATS_CHECK:Concurrent...
View ArticleStats collection inside SP's - response (7) by dnoeth
You should check the QueryLog which transactions were running in parallel. Collect Stats is first using an Access lock and after the collection it's merging the new info, but i would rather expect a...
View ArticleStats collection inside SP's - response (8) by barani_sachin
@Dieter : I get this same error all the time!!! I am sure that no query is trying to access this VT.
View ArticleStats collection inside SP's - response (10) by barani_sachin
PFB the simple SP which is throwing the above mentioned error! replace procedure db.proc() sql security creator begin declare uname varchar(100); declare stmt1 varchar(1000); select current_user into...
View Articlewhy mload accepts duplicates and why dont fastload - response (3) by...
Have a look at this threadhttp://forums.teradata.com/forum/tools/duplicate-rows-in-mload
View ArticleStats collection inside SP's - response (11) by dnoeth
I don't know the exact reason, but it seems to be based on the combination of the security option and the dynamic SQL when a different user calls the SP. When you change SECURITY to OWNER and use...
View Article