Counting Records Through Multiple Date Ranges - response (1) by bdburch1
What I've ended up doing is adding in a case statement to specify the range of dates to the quarters. Then I grouped by the quarters. Just wondering if anyone out there has a better way of doing this.
View ArticleError 1606 when installing Teradata GSS Clientnt-i386 12.0. - response (10)...
This solution does not work when installing on a Windows Cloud. It is the the cloud handling of directory addresses that is causing the error. Cannot seem to find a workaround. Pain!
View ArticleGSS installation error 1606. Could not access network location...
Trying to install on Windows Cloud and not such key in Registry either.
View ArticleTeradata JDBC fastload hangs after approximately 50 batch insert - response...
Hi, How can I bulk insert data with TERADA jdbc driver? I use preparestatament and I use addbatch and executebatch methods?
View ArticleWhat is the purpose of Conceptual modelling - forum topic by learnconcepts
I can see physical and conceptual modelling as same. Whatever we need for conceptual modelling will be present in physical modelling. Please explain what is the purpose of conceptual modelling?Forums:...
View ArticleForce BTEQ WIN to truncate SQL - forum topic by Hoad85
Hi, I am using BTEQ 13.10.00.04 for WIN32. My primary use of this is to test scripts prior to promotion to a mainframe system which has a chracter line limit of 80. I have used .SET WIDTH 80 to force...
View ArticleUnable To Create Stored Procedure Using JDBC !! - response (4) by rajeev...
Hi All, Thanks for the responses Charles you were right , i tried after granting the create procedure access on the database DB_1 to the user DBC and it worked !! I had created DB_1 and the table tcols...
View ArticleUpdate statement with left outer join in from clause. - response (3) by...
Hi, Below is one conversion, I am looking for generic template to be applied across SQL server code and that is the reason that update statement is not broken into multiple statements for left join....
View ArticleHow to get 2 value from same id and same column? - forum topic by nubie
I have this data : ID - Customer - Book - Price 021 - ABC - Book 1 - 120,00 021 - ABC - Book 2 - 150,00 022 - XYZ - Book 3 - 100,00 021 - ABC - Book 2 - 150,00 I want to show it like : ID - Customer...
View ArticleWay to exectue dymanic SQL greater than 32000 characters. - forum topic by...
Hi I have a requirement to exectue dynamically generated SQL which exceeds 32000 characters. The Stored Procedure DBC.SysExecSQL , according to TD documentation, can exectue SQL request upto 32K...
View ArticleReg: spool space error - forum topic by chaitu_kanna
Hi, i have a query where it exteracts week data from teradata, its been working fine for last 6 to 7 months but all of sudden it started giving an error "NO SPOOL SCACE ....". Please can any one help...
View ArticleHow to get 2 value from same id and same column? - response (1) by Harpreet...
this will do all except suming up price which will need to be joined to resultset CREATE TABLE har2 AS ( SEL id,customer, book, price, ROW_NUMBER () OVER (PARTITION BY id,customer ORDER BY book ) AS...
View ArticleMS VBA - ADO - Update vs. UpdateBatch - forum topic by larry609
Just an FYI. I am using VBA and ldap to connect to Teradata. I've been using the Update method for ADO recordsets, but it's way too slow for large updates, so I switched to UpdateBatch. Small problem:...
View ArticleTPT Instances - How this works? - response (3) by guilherme.carvalho
That was a great explanation, feinholz. You made it really clear. Now, for a Producer Dataconnector Operator, when reading a flat file, can I guarantee that the more instances I use, the faster the...
View ArticleStored Procedures - Use dynamic cursor for any table - response (3) by elvicio
Can you post the code. I have a table (items) with two columns etc. column A, Column B A B item1 23 item2 24 I have another table (itemline) item1 item2 I am looking to update...
View ArticleTeradata JDBC fastload hangs after approximately 50 batch insert - response...
Please don't add new questions to old forum threads. Please start a new forum thread instead. Here is the JDBC Fastload section of the Teradata JDBC Driver Reference:...
View ArticleFind position of a character in a string - response (3) by jacky464
Thanks Harpreet! I would use that.
View ArticleFind position of a character in a string - response (4) by jacky464
Dieter, thanks for your advice as well! But unfortunately, mine is TD13, which does not have INSTR or STRTOK functions...
View ArticleAge Calculation - response (16) by dmcpdx
Here's so it works on leap years ( i.e. current_date = date'2012-02-29' ) SELECT (EXTRACT(YEAR FROM CURRENT_DATE) - EXTRACT(YEAR FROM brth_dt) (NAMED YEARS)) + CASE WHEN add_months( CURRENT_DATE ,...
View ArticleConverting Rows to Columns - response (4) by elvicio
Deiter, can you post the code for recursive?
View Article