460 results found
-
We need possibility to draw more
We need possibility to draw free any colored lines vith arrows from any diagram point to any other diagram point - small visio line drawing as sample. Without any column linking - only any line drawing.
20 votes -
Provision for Saving Charts/Graphs generated
For many cases, one can design a Pivot Table accompanied with a Chart/Graph BUT THERE is NO way one can use the CHART anywhere else apart from JUST seeing it there yet sometimes the concerned person needs to export and use the chart for further reporting needs...
Love to have a functionality that provides for Saving Chart as png, jpg, jpeg, etc ... or even pdf
Thanks
Stephen18 votes -
Add word wrap menu item on toolbar for quick access
Maybe you can add 'Edit -> Advanced -> Word Wrap' menu item on the toolbar for quick access.
16 votes -
When you remove a button from a toolbar, that it stay removed.
When you remove a button from a toolbar, that it stay removed after you close dbForge and open it again.
I tryed to remove the execute entire script (F5) and only let the Execute current statement(F8) but I need to do it each time I open dbForge.16 votes -
md5 function value input in the data view area
Like when you use phpmyadmin by entering the value (password) and mark the function as MD5
15 votes -
Combine ALTER Statements
When making multiple modifications to a table, the generated SQL script contains multiple ALTER statements. For example, If I were to add 3 new columns to a table, the resulting script would be something like...
ALTER TABLE table ADD COLUMN newcolumn1 INT;
ALTER TABLE table ADD COLUMN newcolumn2 INT;
ALTER TABLE table ADD COLUMN newcolumn3 INT;... when these could actually be combined into a single ALTER statement like...
ALTER TABLE table
ADD COLUMN newcolumn1 INT,
ADD COLUMN newcolumn2 INT,
ADD COLUMN newcolumn3 INT;The 3 separate ALTER statements essentially take 3 times longer to run than the single combined…
14 votes -
Please integrate backup scheduler within DbForge
Please integrate backup scheduler within DbForge
14 votes -
German localization (German GUI interface language)
i.e. for German language!
14 votes -
Option to show results from multiple queries in single tab
I just upgraded from version 5 to 6 and found out that results from multiple queries are shown in multiple tabs which I really don't like (harder to read data). Does anyone know if it is possible to change to the way version 5 worked (results in the same tab one below the other).
14 votes -
Sort connections by name and search by name and host in DatabaseExplorer
It is a bit annoying when you have lots of connections in the Database Explorer and can not find a specific one. An option to sort connections by their name and the ability to search connections via name and/or host would be nice and helpful.
14 votes -
Option for default table detail layout (Split/Combined)
Add option for layout in which the table details are shown by default (Split or Combined). Now, it always defaults to Split.
13 votes -
Ability to track temporary tables in debugging mode
I would like to be able to track the values in temporary tables via the watch window or have an ability to query them directly within that session. This is for complex reporting procedures that use temporary tables extensively.
13 votes -
13 votes
-
Compare Stored Procedures within a Schema (ie different procedure names, same schema).
Add ability to compare Stored Procedures within a schema (ie different names, same schema).
11 votes -
Possibility to keep previous results (data tabs) in Data Editor
When you create a query window and run multiple queries, you get multiple tabs showing the data.
If you then Ctrl-F8 to Execute Selection (either on new queries or existing) , you lose previous data tabs and they are replaced with the new one, by default it seems at least.
Is it possible to stop previously run data tabs closing, either globally or by pinning individual tabs to stop them closing when you run new queries within that tab? Its extremely frustrating when trying to access multiple data sets, you have to create new query tabs and end up in…
11 votes -
Option to rename constraints (PK, FK, indexes, etc) when renaming tables
dbForge Studio creates foreign keys and other constraints using the table name as a prefix. When we rename tables, the foreign keys remain using the old names, which most of the times we forget to change.
It would be great if when renaming a table, there was an option or a question like "Do you want to rename all constraints too?".
This would basically drop any constraint and recreate them using the new names.
This shouldn't be mandatory, but it would be a great feature for early stages of database design, where you tend to rename and move things around…
11 votes -
[Data Compare] Replace a column value with a static string
When synchronizing the database it would be nice to be able to replace a certain column with a string. For example, when you sync the user table to a test database, you dont want to get all the production email address, but would like to replace it with 'test@test.com' or something.
11 votes -
Display Comments in the View Editor
Reading full description of the view from the file where it is defined by using SELECT LOAD_FILE(CONCAT(IFNULL(@@GLOBAL.datadir, CONCAT(@@GLOBAL.basedir, 'data/')), 'db/<view>.frm')) command.
More info at: http://forums.devart.com/viewtopic.php?f=23&t=27305
10 votes -
Parent tabs for separate database instance
Hello, I love your software and I am using it, so for many years using and my developing experiences, how about if I handle on multiple database per project and I opened very much database's table, so I recommend software have a parent's tab for each database inside it's child tab. Its very efficient to work and easier to sort them, I will continue using your software is my core tools, so I hope this feature will be integrated soon.
Regard!
10 votes -
Add "Find in Database Explorer" right-click context option everywhere
Currently, the "Find in Database Explorer" right-click context option seems to only be in "Find Object" results.
It would be great to have "Find in Database Explorer" everywhere "Go To Definition" (F12) is currently found. Add a default speed key to it as well (CTRL-F12?)
9 votes
- Don't see your idea?