Download older versions of JDBC - forum topic by abellver
Hi, I need to download version 13.10.00.10 but I can't seem to find a place to get it. The latest version in Developers Exchange is .00.35 but due to support issues I can only use versions of 13.10...
View ArticleTeradata Training Material available - response (64) by smaithil
Hi All, It will be very helpful, if you can send the TeraData Training material to me at "mpp.databases@gmail.com". Thanks In Advance, smaithil
View ArticleInternal stored procedure getting executed only once within a do-while loop...
Hi VandeBergB The outer sp is provided below. Intially i am creating a table by picking up columns and datatypes from other table. Later, I am calling a stored procedure in the second do-while loop,...
View ArticleLarge-scale update question - forum topic by rtefft
I have a table with 700m rows, evenly distributed 1-column integer NUPI plus 3-column integer USI (1st col us the also PI). Queries run fine, but when we push updates or deletes to this table in ETL...
View ArticleShowcase query: most recent check dates - forum topic by swildman
I am building a query to show VendorID, Check#, and CheckDate Vendors have many check numbers and many check dates, I just want to pull the most recent check number and date per given vendor....
View ArticlePlease tell me the link to download teradata express edition 12.0 window...
You can use the current version with Teradata DB 12.0 systems so you should not need the older Studio version.
View ArticleSESDELAYED vs DELAYED - response (1) by Shrinivas.Sagare
DELAYED: The session is being delayed because query limit, imposed by a TASM throttle rule, has been met. SESDELAYED: The session is being delayed because a utility limit, imposed by a...
View ArticleStore Procedure Return Codes & Failed Query Txt - forum topic by anandc
Hi All Just wanted to know if we can capture the actual query that failed while a stored procedure was executing. I tried capturing Activity Count, SQL State, SQL code - but just in case wanted to know...
View Article'Row Number () Partition By' syntax problem - forum topic by DataHead
Hi, Can someone tell me why the below won't work? I've tried everything I can think of. The error I am getting is "expected something like a name or a Unicode delimited identifier or an 'UDFCALLNAME'...
View Article'Row Number () Partition By' syntax problem - response (1) by Shrinivas.Sagare
Your derived table needs a name. SELECT Subscription_Id , Wrls_Prod_Eff_Dt , Wrls_Prod_Cd , Wrls_Prod_Ds FROM ( SELECT A.*, ROW_NUMBER () OVER (PARTITION BY Subscription_Id ORDER BY Wrls_Prod_Eff_Dt...
View Article'Row Number () Partition By' syntax problem - response (2) by DataHead
Thanks but the 'RANK_ID' Column isn't appearing in the result?
View ArticleSQL assistant vs BTEQ - response (18) by klnsreenivas
Without opening BTEQ window can we run any BTEQ commands via VBScript or JDBC? Can anyone please Tell me the ODBC or JDBC connection string for BTEQ
View Article'Row Number () Partition By' syntax problem - response (3) by Shrinivas.Sagare
Because you have not added it in SELECT part. What you want to do with RANK_ID in result set? Even if you add it then all values will be 1.
View Article'Row Number () Partition By' syntax problem - response (4) by TD_Raj
SELECT AA.Subscription_Id , AA.Wrls_Prod_Eff_Dt , AA.Wrls_Prod_Cd , AA.Wrls_Prod_Ds ,AA.RANK_ID FROM ( SELECT A.*, ROW_NUMBER () OVER (PARTITION BY Subscription_Id ORDER BY Wrls_Prod_Eff_Dt DESC) AS...
View ArticleDoes type of table [SET/MULTISET] is considered while fetching data from...
Hi, As per my understanding, if I am sure that SOURCE will always send UNIQUE rows I should create Target table as MULTISET table as it will ignore the ROW LEVEL CHECK which a SET table performs to...
View ArticleCheck the Header of Flat file while Mload - response (1) by TD_Raj
Why you want to do this pre-check via MULTILOAD? You can check this via UNIX and discard the file if header is not matching. In that case, you don't have to invoke Multiload utility.
View ArticleStore Procedure Return Codes & Failed Query Txt - response (1) by TD@NIAR
Hi Anand One way is to declare a a variable of length around varchar(10000) and assign your query to it. Later create a table which has column names as your procedure name, step name, and the sql...
View ArticleHow do you stop demoted queries from hogging CPU? - forum topic by BBPaul
We have implemented a 'Penalty Box' workload within TASM for queries that are demoted after reaching specific exception criteria with the idea that they go into a workload which has a low CPU...
View ArticleSQL_ASSISTANT "Error executing query for record 1: 22001: Character string...
hI, I encounter a error when i use SQL Assistant 14.0 to load a.txt to database,the error imformation is:"Error executing query for record 1: 22001: Character string truncated" the content of...
View ArticleNew Feature in TD 14 from TD 12 - forum topic by eric_td
Hi Could you please help me with new features(from TD 12 to TD 14), I am trying to list significant new feature(not enhancements/upgrades).. Are there any more TD 14. Columnar, Number and Array data...
View Article