- Teradata Studio doesn't display total row in row limit dialog
There isn't a setting or preference in Teradata Studio that will allow the user to display the total number of rows thats provided to the user when the limit dialog pops up. In SQL Assistant the user is notified not only have they returned the 2000 (or what ever they have configured as a limit) rows but also how many rows will be returned if they continue. - Teradata Studio doesn't mask the password in the SQL History
If I modify my password in Teradata Studio the SQL History tab doesn't mask the password that was provided in the MODIFY USER command.
- Reconnect to Database
In SQL Assistant the Reconnect toolbar button makes re-establishing your connection (if forced off) fairly straight-forward. That behavior is not so clear or clumsy in Teradata Studio. There are time when I select Disconnect from the connection which I have been forced off (idle timeout) and I am prompted for a password. It would be nice if there was simply a Reconnect option on the context menu when you right-click on a connection.
- Modify JDBC Connection Parameters
It seems counterintuitive to change a JDBC connection parameter by having to use the Add button. Perhaps this behavior is normal in Eclipse or other Java IDEs.
Feature Requests - forum topic by robpaller
Feature Requests - response (1) by fgrimmer
Feature Requests - response (2) by robpaller
Thank you for the update! Hopefully you can remediate the JDBC driver issue soon.
Moving cursor around in large SQL Editor files is sluggish - response (6) by vbdcb
I think it might have to do with the syntax coloring. The cursor in a script for a create table with a lot of compress statements runs sluggish until I comment it out. Then it speeds up.
Moving cursor around in large SQL Editor files is sluggish - response (7) by fgrimmer
We'll take a look. Thanks.
General stuff with Studio - response (7) by gunn
Hi everyone!
Having problems with multiple Result Set windows. Even from single query it shows new window from each successful run! There are a lot af them already! =)
If there is a way to connect SQL Window and Result Set window One-to-One (not One-to-Many) or even give results in single window?
General stuff with Studio - response (8) by fgrimmer
Andrey, Yes. In our 15.00 version of Studio and Studio Express, you can link (or associate) a SQL Editor window with a Result Set Window. On the toolbar of the Teradata SQL Editor there is an 'link' icon. By default, it will associate the first SQL Editor with the first Result Set Window. Then when you focus on a SQL Editor, click the 'associate' icon and it will bring focus to the Result Set Window. If there is not a one-to-one association, press the associate icon and it will allow you to choose the Result Set to associate with the SQL Editor.
Moving cursor around in large SQL Editor files is sluggish - response (8) by yuepeng
I am having similar issue. Everytime when it is slower, I have to close the window and opent it again. Very annoying
Moving cursor around in large SQL Editor files is sluggish - response (9) by fgrimmer
@yuepeng, Curious if you also have compress statements is the slow SQL and code assist autoactivation turned off?
Moving cursor around in large SQL Editor files is sluggish - response (10) by chillerm
I had the same issue. In teradatastudio.ini (or teradataatudioexpress.ini) you can edit the min and max memory allocation for your Java heap. I just upped the max memory and works like a charm now.
Increase Java Heap space in OSX Express Studio? - forum topic by dahess
Is there any way to increase the java heap space in the OSX version of Teradata Express Studio? I'm currently using version 15.00.02.201411070423. I'm running into a 'Java heap space' error. A little research showed that the java buffer's automatically assigned 256mb, and I found a couple posts mentioning an .ini file where that value can be increased. The .ini referenced isn't in the OSX version (that I could find). Does anyone know if changing Java's heap size is possible in the OSX version?
General stuff with Studio - response (9) by gunn
Thanks! That is rather good!
But is there a way not to open many result windows - to put results only in one window? When Studio is opened for a long time it is very uncomfortable to search for results - there is SO MUCH opened tabs that it's easier to close the whole Result Viewer.
And this "link" button, you know, it is rather small and link operation has no shortkey in preferences... it is unsuitable. It takes long time to click on it and then try to remember which associated result you need from list if there are many... imho of course, but smth shoud be done with it.
What for was multiple result sets for one query made in general? It was for some reason i suppose?
General stuff with Studio - response (10) by fgrimmer
If you have mulitple queries in a single SQL Editor and Execute ALL, the result sets will be displayed as a group with the ability to be displayed side by side.
Are you looking for a preference to say to just reuse a single result set window instead of opening a new one for each new result set?
SQL WARNING from statement: State = HY000, Error Code = 1298 - forum topic by belladikto
Friends, I need to export a table between two servers, but I get the following error in trasnfer history:
Starting Load...
Starting Export...
Copy Table Data Task
Opening connection...
Writing data...
Data extracted successfully with Warning(s)
539133 Rows Exported
Export Warning(s):
SQL WARNING from statement: State = HY000, Error Code = 1298, Warning = java.sql.SQLWarning: [Teradata JDBC Driver] [TeraJDBC 15.00.00.09] [Error 1298] [SQLState HY000] FastExport WITH NO SPOOL is being used for statement SELECT Address_Id, Address_Type_Cd, LoadNBR FROM CERT_KOMPASS_REL_TB.ADDRESS
could help me solve this problem? Thansks
SQL WARNING from statement: State = HY000, Error Code = 1298 - response (1) by dnoeth
This is just a warning, indicating that the export used NO SPOOL mode.
Simply ignore it :-)
General stuff with Studio - response (11) by gunn
Yes, that's what i'm looking for!
General stuff with Studio - response (12) by fgrimmer
We are working on an improvement issue for this preference.
How Do You Create A Teradata Database? - response (14) by machy
Thank you for answer. I put IP address of virtual machine and succeeded.
TD Studio 15 - Display Query Logging tab won't display anything - forum topic by ljdenning
In TD Studio 15.00.02, I cannot get anything to display under the Display Query Logging tab. All users that have associated rules appear in the user display list, but when I select a user and click on Display nothing appears under the Logging Rules list. Set Query Logging appears to work fine (although I'm validating the results via TD Admin), and the display logging feature works for Access Logging. Am I missing something?
General stuff with Studio - response (13) by gunn
Cool! =) Thank you very much!
Maybe there also could be an even more strict option in Preferences (as i tried to mention before) to put results from multiple quieries into single result window, erasing previous results?
Rob,
1. There is an issue wit the JDBC driver that we need resolved so that we can safely retrieve the total row count of the result set.
2. We will look into this one. The SQL History View doesn't parse the SQL being executed in the SQL Editor to determine what to display or mask.
3. & 4. Also features we will look into.
Thank you for your comments.