192 results found
-
The program should automatically identify related tables along with relations when a user selects a master table
When working with Master-Detail Browser, the program should automatically identify related tables along with relations once a user selects a master table so then it's enough just to choose the relation from the dropdown list instead of performing additional actions as it's implemented in IBExpert.
11 votes -
2 votes
-
Allow changing case of keywords, table names, and column names and modifying template for resulting script
When exporting data to SQL format (INSERT, UPDATE, MERGE):
Allow changing the case of keywords, table names, and column names.
Allow modifying the template for the resulting script.
The template should be applied to every exported row and should have the text containing keys instead of which the values from exported rows are inserted. In the examples below the keys have the format :ColumnName
Let's assume, we're exporting data to the MERGE format.
The "testtable" contains:col1 col2 col3 col4
r1c1 r1c2 r1c3 r1c4
r2c1 r2c2 r2c3 r2c4
r3c1 r3c2 r3c3 r3c4The system generates the following template:
MERGE INTO…
5 votes -
Auto-Refresh Session-Manager after x seconds
I need a possibility to set an auto-refresh to the Session-Manager after an amount of seconds. The seconds could be selected from a combobox or putting it into a textbox.
With this feature i can keep a vpn-connection alive.1 vote -
Make the ability to copy data from an Excel into SELECT statement result grid
copy paste from Excel to dbForge Studio
Thanks!
4 votes -
3 votes
-
Implement an ability to make the Watches window transparent and adjust the transparency
Implement an ability to make the Watches window transparent and adjust the transparency. Also, implement an option to automatically change the transparency to the second level on placing the mouse cursor over the window. Allow users to adjust both levels of transparency, colors, and fonts.
1 vote -
Implement an ability to view the value of the variable of type RECORD
Implement an ability to view the value of the variable of type RECORD when debugging stored procedures or functions.
1 vote -
1 vote
-
Rules to Ignore Changes during Schema Comparison
UI-wise, right click and ignore, configure context dialog opens, based on current context. Having pre-populated table name, column name, type, value, change type, possible to leave as is (not very useful), or set table name to null/empty or customize other filter options (LIKE, BETWEEN, ENDWITH etc). For example, you don't care if default values for dates are X on one database and Y on another, so ignore this change. Or if some column is missing on some table etc. Configurable by comparison, possible to save as a rule set to file.
1 vote -
Show notification when generating schema script for several schemas with 'Prefix object names with a schema name' option being unchecked
would be nice to confirm when you multiselect and do "Generate Schema Script".
5 votes -
Integrated SQL-PL\SQL Help
Integrated SQL-PL\SQL Help would be helpful.
42 votes -
1 vote
-
The windows are opened and closed on the same hot keys
The windows are opened and closed on the same hot keys
6 votes -
Make turning off the 'Prefix object names with a schema name' option work for generating CREATE TABLE statements
this option appears non-working when using regular CREATE statement (Generate Script As -> Create).
0 votes -
Add a notification upon the execution of the query that modifies particular table's data or structure
Add a notification upon the execution of the query that modifies particular table's data or structure with the ability to remember an answer for a specified period of time concerning whether I want to see the notification in future.
1 vote -
Add special changes to the data syncronization script. Like set_tag
Add special changes to the data syncronization script. Like set_tag
3 votes -
28 votes
-
Editor for Generate script as on some objects
When you right-click a table and generate script as update, the sql it creates shows all columns and is rather useless - I would prefer an editor to select which columns to include in the script and even a where clause for icing.
1 vote -
Extract DDL Option on Every Object Hierarchy Item
Every item in the object hierarchy should include Extract DDL option (=Generate Script As...), naming is not important. For containers, it would extract schema for all objects within that container. For example, if I do it on Indexes, it would get me Drop/Create/etc. script for all indexes currently defined on this table.
19 votes
- Don't see your idea?