110 | 15 Mar 2012 @ 09:41 PDT | Tools | Teradata Studio Express | @bjteradata, Even though the warning about hitting the result set row limit is displayed, the query is still run until it has completed and the result set is returned, unless you limit the query it... |
109 | 14 Mar 2012 @ 09:54 PDT | Tools | Teradata Studio Express | @neckers, If you open the table, macro, stored procedure, view, etc. within the Teradata View, there is a SQL tab that will display the SQL definition for the database object. If the Teradata View ... |
108 | 14 Mar 2012 @ 09:48 PDT | Tools | Teradata Studio Express | @hmo8020, Teradata Studio Express does not support all of the feature areas that a full Eclipse download may support. So it is not recommended that you share its workspace with an Eclipse installa... |
107 | 14 Mar 2012 @ 09:41 PDT | Tools | Teradata Studio Express | @bjteradata, You can only save to a file in the Project. But you can then export the SQL file to your desktop or local file system. You can also import a SQL file from your local file system into y... |
106 | 27 Feb 2012 @ 08:59 PST | Tools | Teradata Studio Express 14.00 now available | @bjteradata, You can not share a workspace. If you want to have two instances of Studio Express opened you will have to open the second one with the -data option to specify a different workspace lo... |
105 | 24 Feb 2012 @ 09:34 PST | Tools | Teradata Studio Express | @gabe.schenz, We are glad you like the tool. To address your comments:
1) Yes, you can configure the location of your workspace. When you install Teradata Studio Express, for example on Windows, t... |
104 | 22 Feb 2012 @ 10:33 PST | Tools | Teradata Studio Express | This may be do to the Transaction Mode or TMODE setting on the connection profile. With Teradata Studio Express, the default setting for TMODE is ANSI (as recommended). You can change the TMODE of ... |
103 | 13 Feb 2012 @ 08:38 PST | Tools | Teradata Studio Express 14.00 now available | Studio Express is intended for helping users in extracting data from Teradata, writing and running SQL. I would suggest that you download Teradata Plugin for Eclipse. It provides dialogs to help yo... |
102 | 27 Jan 2012 @ 10:31 PST | Tools | Teradata Studio Express 14.00 now available | To find out what version of java you are running, open a dos window and enter: java -version
|
101 | 06 Jan 2012 @ 09:33 PST | Tools | Teradata Studio Express | We currently do not support MySQL. |
100 | 03 Jan 2012 @ 03:26 PST | Tools | Teradata Studio Express 14.00 now available | The data1.cab file should be there. I just did a download and it was there? |
99 | 03 Jan 2012 @ 02:54 PST | Tools | Teradata Studio Express 14.00 now available | I just did a download as well, unzipped into my install directory and the Data1.cab file is there. I ran the setup.exe and the install was successful. Was there any problems during your download? I... |
98 | 29 Dec 2011 @ 11:17 PST | Tools | Teradata Studio Express 14.00 now available | Here is a link to the download page :
http://downloads.teradata.com/download/tools/teradata-studio-express |
97 | 29 Dec 2011 @ 10:44 PST | Tools | Teradata Studio Express | Studio Express uses the Teradata JDBC Driver to connect to Teradata. Let me respond with a section from the JDBC Driver User Guide:
"When the Teradata JDBC Driver establishes a connection to the ... |
96 | 21 Dec 2011 @ 03:32 PST | Tools | Teradata Studio Express | It you are developing Java objects, such as UDFs or Stored Procedures, you should be using the Teradata Plug-in for Eclipse. It provides Wizards and Dialogs to step you through the process. Here is... |
95 | 20 Dec 2011 @ 10:54 PST | Tools | Teradata Studio Express | The FastLoad and FastExport options are using the Teradata JDBC Driver FASTLOAD and FASTEXPORT options. The JDBC Driver uses the Teradata Database FastLoad/FastExport protocol to load or export dat... |
94 | 19 Dec 2011 @ 08:51 PST | Tools | Teradata Studio Express | The error message is nested in the SQL Exception. We will look to fix this so that it is exposed. As a workaround, execute the CREATE or REPLACE PROCEDURE statement from the SQL Editor (select the ... |
93 | 26 Nov 2011 @ 08:36 PST | Tools | SQL Assistant Java Edition | Also, the 'Export All' option is only enabled in the Teradata Result Set toolbar when you have executed multiple SQL statements (Execute All or Execute Selected Statements or Execute Selected Text ... |
92 | 15 Nov 2011 @ 09:45 PST | Tools | Teradata Plug-in for Eclipse 13.11 now available | Geniaechev,
Eclipse EMF is a modeling framework. Teradata Plug-in for Eclipse uses the Eclipse DTP which builds the database model using EMF. We have done some work in EMF to extend the DTP model,... |
91 | 03 Oct 2011 @ 08:17 PDT | Tools | SQL Assistant Java Edition 13.01 available | I am glad that worked. You call also execute from the SQL Editor/Scrachpad by right clicking and choosing from the Execute menu options.
Extended features have been implemented for Teradata and m... |
90 | 30 Sep 2011 @ 11:43 PDT | Tools | SQL Assistant Java Edition 13.01 available | @kostek, There may be an issue in earlier releases. Make sure that you are running our latest release of SQLA JE 13.11 and create an Oracle connection profile. It requires JRE 1.6. I ran a quick S... |
89 | 20 Sep 2011 @ 01:37 PDT | Tools | SQL Assistant Java Edition | Maker sure you are running our latest version of SQLA JE, which is 13.11.
1) Double click in the result set cell and the complete DDL is displayed in a pop up window. Currently it is not formatted... |
88 | 24 Aug 2011 @ 05:23 PDT | Tools | SQL Assistant Java Edition | I am not sure but will look into this further. thank you for the suggestion. |
87 | 10 Aug 2011 @ 01:57 PDT | Tools | SQL Assistant Java Edition | I believe the preference you are referring to is for the SQL Formatter. This is invoked by pressing the Format toolbar button, or going to the Tools>Format SQL option, or pressing Control SHIFT F i... |
86 | 09 Aug 2011 @ 01:48 PDT | Tools | SQL Assistant Java Edition | Yes, When you execute your SQL statement, a dialog pops up 'SQL Statement Execution' and you can click the Cancel button to cancel the execution. If you have designated to Run in Background. You ca... |