21 | 11 Nov 2015 @ 06:46 PST | Tools | udaSQL - A DevOps Focused SQL Execution Engine | There is whole channel on DevX devoted to UDA http://developer.teradata.com/uda, but basically it's a marketing term that encompases the use of a number of different components (Teradata, ... |
20 | 17 Aug 2015 @ 09:19 PDT | Tools | Teradata Express Edition 12.0 | This is so out of date (I'll get it un-published once you are on the later TD Express Instances). Please go to http://downloads.teradata.com/download/database/teradata-express/vmware to ge... |
19 | 17 May 2015 @ 11:40 PDT | Tools | udaSQL - A DevOps Focused SQL Execution Engine | Unfortunately no. TDWalet is C based and does not have a 100% Pure Java Implementation so that is a gap in the implementation at this point.
|
18 | 24 Apr 2015 @ 09:33 PDT | Tools | Transitioning from SQL Assistant to Studio Express | To the PDF question above, you can use the print option in the top right hand corner of the article to get a printer friendly version that you can export to a PDF. Not going to be perfectly formatt... |
17 | 09 Sep 2014 @ 08:58 PDT | Applications | The Friday Night Project #10 – Turning on Query Banding | All of the above releates to a Java/JDBC based implementation for Thread Local Context and Teradata Access. For .Net Data Provider you would need to code in the SET QUERY_BAND FOR SESSION request i... |
16 | 18 Aug 2014 @ 10:43 PDT | Tools | udaSQL - A DevOps Focused SQL Execution Engine | Paul
That should work as all we are doing in the setup.xml file is prepending the "jdbc:teradata://" to the server name to create the JDBC URL. You could also simply edit the uda.conneti... |
15 | 06 Aug 2014 @ 12:31 PDT | Tools | udaSQL - A DevOps Focused SQL Execution Engine | Zip file turned out to be slightly larger that is allowed as an attachment so it is now available from the download/tools area of DevX.
|
14 | 03 Sep 2013 @ 05:14 PDT | Tools | Introduction to Teradata Data Mover: Create your first job | Unity Data Mover can only be purchased as a Teradata Managed Server (TMS) based solution and is not a part of TTU (although it does use some TTU components to do it's work). Speak to your sales... |
13 | 10 Jul 2012 @ 10:42 PDT | Tools | SQL Assistant Java Edition | We did a little re-branding on the current release and there are now two packages available in the "Download" area, namely Teradata Studio and Teradata Studio Express. Teradata Studio essentially e... |
12 | 04 Nov 2011 @ 12:49 PDT | Database | Teradata Express Network Configuration | MikeR
Having just converted to MAC I wanted to build a stand alone development environment so I got Eclipse (Helios) JEE for MAC and the Teradata Plug-in for Eclipse to let me develop SQL, JXSP'... |
11 | 24 Aug 2011 @ 06:00 PDT | UDA | The Friday Night Project #6 – Simple Quotation Engine | Thanks, I had not spotted that so I added the dbc settings from the jdbc.properties file in my dev environment. |
10 | 24 Sep 2010 @ 01:52 PDT | Applications | Large Objects - Part 2 retrieval web application | First off an admission - There is a bug in my code!! Like such a thing could ever occur..
rpmOutputStream.write(b); // Wrong, Flawed....
Should of course read
rpmOutputStream.writ... |
9 | 17 Sep 2010 @ 11:25 PDT | Applications | Large Objects - Part 2 retrieval web application | Quick Follow up (having talked to the JDBC Experts). The underlying JDBC driver will read up to 64K when you make the Blob blob = rs.getBlob() and blob.getBinaryStream() calls.
In the single byt... |
8 | 16 Sep 2010 @ 10:05 PDT | Applications | Large Objects - Part 2 retrieval web application | Asking the question made me start thinking and I came up with a similar approach to yourself as so:
Blob rpm = rs.getBlob(1);
InputStream blobStream = rpm.getBinaryStream();
byte[] b = new ... |
7 | 16 Sep 2010 @ 01:37 PDT | Applications | Large Objects - Part 2 retrieval web application | I Saved my first BLOB's based on Article 1 and have started to retrieve them using the algorithm in Article 2, however, Save Performance seems to be far superior to retrieve performance (some what ... |
6 | 07 Sep 2010 @ 12:23 PDT | Tools | SQL Assistant 13.0 - Enhancements and Differences | Teradata SQL Assistant Java Edition 13.01 is available for those looking for a platform independent alternative. See "http://developer.teradata.com/tools/articles/sql-assistant-java-edition-13-01-a... |
5 | 02 Oct 2009 @ 11:50 PDT | Tools | SQL Assistant Java Edition | First off a Disclaimer: I am responsible for the Tools content on Teradata Developer Exchange so all of the articles in the Tools section are close to my heart. I'm also a Java developer and have b... |
4 | 29 Sep 2009 @ 05:43 PDT | Tools | Getting Started with Teradata Plug-in for Eclipse - 13.00.00 | Check your Environment Variables (on Windows XP do Start -> Control Panel -> System -> Advanced -> Environment Variables). The system Variable JAVA_HOME needs to point to you 1.5.0_10 JVM (i.e. C:\... |
3 | 24 Sep 2009 @ 04:11 PDT | Tools | Getting Started with Teradata Plug-in for Eclipse - 13.00.00 | If you want to do "Contract First" based Web services then the take a look at my series of articles in the Applications vertical known as the Friday Night Project. In FNP #8 we work through creatin... |
2 | 01 Sep 2009 @ 09:52 PDT | UDA | The Friday Night Project #7 – A Console Veneer | There appears to be a bug in the way that the Spring applicationContext.xml file is displayed (the xsi:schemaLocation is displayed with an HREF URL added).
The line should be as follows:
xsi:... |
1 | 15 Jun 2009 @ 10:02 PDT | UDA | The Friday Night Project #1 - Active Integration Introduction | Sorry dmg, didn't spot this comment from a couple of weeks back. The ATM Application is an interesting case in that we are using Teradata in a Tactical Read approach. The belief is that there may b... |