Searching SQL History - response (1) by fgrimmer
Select the Teradata SQL History view (area) and enter Ctrl F or right click on the history grid and choose the Find option in the drop down menu.
View ArticleOptimizer's inability to resolve variables for partitioning - response (6) by...
Hi Sanjeev, yes, you should have mentioned that it's more complicated. Seems your explain in the 2nd post is the best you can get. In a case like that i'd prefer putting the query in a Stored Proc,...
View ArticleOptimizer's inability to resolve variables for partitioning - response (7) by...
Thanks Dieter.. much appreciated.
View ArticleTeradata Field names and DAO/ADO/OLEDB access problem - forum topic by larry609
Here's the issue: When accessing Teradata from MS Access 2007/XP/32bit, let's say I have a table called WELL. In that table, the first (and key) field is Well_Id. Using DAO, I can say, rs!Well_ID...
View ArticleParameter substitution to allow Explain - forum topic by TGooch44
Is there anyway to get what parameter a given query is using, so that it's possible to explain the query? Contrived example of what I'm talking about(syntax may not be 100% correct):CREATE PROCEDURE...
View ArticleJdbc Driver - What's New in .. - response (2) by tomnolan
The Teradata JDBC Driver User Guide (here on Developer Exchange) has an Overview chapter containing a "What's New" section that lists all the important changes...
View ArticleParameter substitution to allow Explain - response (1) by TGooch44
Hmm the above got kind of mangled with the formatting the second part should read like this:USING _spVV8 (DATE),_spVV9 (INT) INSERT INTO this_tableSELECT col1, col2, sum(col3)FROM that_tableWHERE...
View ArticleParameter substitution to allow Explain - response (2) by tomnolan
A caution -- in case you are asking about in-flight JDBC/ODBC/etc. parameterized queries that you want to explain using a separate session and/or a separate tool like BTEQ. If you simply substitute...
View ArticleParameter substitution to allow Explain - response (3) by TGooch44
Thanks for the heads up. Yes, being able to access the actual explain for a given session would be best. e.g MonitorExplain(HostId, SessionNo, runVprocNo) to match with the montiorsession,...
View ArticleWhich connectivity option should I use? - response (1) by NetFx
I assume you are asking about the "Microsoft .NET Data Provider for ODBC" and the ".NET Data Provider for Teradata". The answer is very simple; use the ".NET Data Provider for Teradata"; the top four...
View ArticleSQLA - Deleting Add Favorites Entries - response (2) by goldminer
Dang Dieter.... How did you know that? :) I looked for documentation everywhere and couldn't find it! Thank you very much! Joe
View ArticleWhich connectivity option should I use? - response (2) by adam.mcdonnell
Looks like I made the right decision, thanks :-)
View ArticleCan operations to a Teradata DB made via the .NET Data Provider for Teradata...
Hello. I'm working with some .NET code at the moment that performs the following operations: Takes data from the Teradata database Transforms the data Dumps the transformed data into our own SQL Server...
View ArticleProblem with Date conversion - forum topic by v_gabrielli
my source file is passing a date of "070206" yymmdd I need to convert the date to: "2007/02/06" can someone provide me the statement. I have tried several methods, have not been successful...Forums:...
View ArticleDeadlock Issue - forum topic by JGP@1979
CREATE SET TABLE ETL_LOG ,NO FALLBACK , NO BEFORE JOURNAL, NO AFTER JOURNAL, CHECKSUM = DEFAULT, DEFAULT MERGEBLOCKRATIO ( ETL_Rec_Id BIGINT GENERATED ALWAYS AS IDENTITY...
View ArticleFastload: Can it Transfer data from One table to another Empty table? - forum...
Folks, I have just stepped in Teradata world. Have a query on Fastload. 1. Can Fastload be used to Transfer Data from Table A to Table B [Empty table]? 2. If yes, does it need to use the INMOD...
View ArticleTeradata TPT Script - response (27) by nancyjean
Hi, I have installed TTU v13.10 in my system. How can I find out if I have TPT with me?
View ArticleTeradata Connectivity To Datastage - response (2) by martin_lai
Hi, What do you know about this issue ? I've already discussed with senior and still looking for the better solution.
View Article