255 results found
-
Remember open tables when a connection is opened
It would be great if dbForge remembered what tables were open when a connection is opened. When working on a big project where lots of tables are being worked on every day, I have to spend quite some time re-opening the tables every morning before I can get any work done.
An alternative would be to have the ability to save the currently open windows for a connection into a 'workspace' file.
1 vote -
External Tool Support
I'm an advocate for your products, but there are certain functionalities in special products like SQL Sentry Plan Explorer, or text editors like Sublime Text 3 that are difficult to fully match.
I would like an option to support "external tools" in your product so If I want to have an external tool open a sql plan directly in it, I would have some way to configure this. Additionally, the ability to open the current text file in another editor and reload changes as I switch between the two would be helpful.
Ensuring some support for external tool access to…
2 votes -
be able to view the columns defined in a sql view like you can in a table
be able to view the columns defined in a sql view like you can in a table.
table view has a "columns" button
want a columns button for views also1 vote -
When adding a column to existing table with existing data, provide option to update the column to the default value for all existing rows.
In SQL it is possible, when adding a column with a default value to a table with existing data, to set the value of the column in the existing rows to the default value:
ALTER TABLE {TABLENAME}
ADD {COLUMNNAME} {TYPE} {NULL|NOT NULL}
CONSTRAINT {CONSTRAINTNAME} DEFAULT {DEFAULTVALUE}
[WITH VALUES]I would like to select this option when adding a column to the table in the designer, and also be able to include the option when scripting the changes to the table - when a schema comparison is done, have the WITH VALUES option included in the script.
4 votes -
Highlight hex or text for where cursor is
In the "Data Viewer and Editor" when using the Hexadecimal view it would be nice if the selection/cursor was highlighted or marked on both sides in some way. That way a user could select some hex values or some text and see visually what it is in the other format.
1 vote -
Pivot Table should provide SQL
The Pivot Table is great, however it would be nice if it provided the SQL code, such that it can be used elsewhere. This would make for a great pivot builder.
3 votes -
filter field list
provide a search field in the Visible Columns box. so I can filter the list by entering a word such as "next" and all field names with the word "next" appear.
1 vote -
Set focus to value field when selecting a custom filter in the data grid (i.e. Custom AutoFilter)
When clicking on the filter icon in the data grid column (to enter a quick custom filter), the "Custom AutoFilter" dialog appears. I instinctly start to enter a value on my keyboard and realize that I need to manually click on the value textbox to set focus to that box to enter data. It would be great if when the "Custom AutoFilter" dialog opened, the value textbox already had focus to start typing right away.
1 vote -
Show a dropdown calendar when entering criteria in WHERE clause when field is a DateTime field
When I am creating a query with the query builder and select a DateTime field in the WHERE clause (for example, a DateTime field so that the date is Between two dates), I have to manually enter the dates in for the between values. Clicking to dropdown next to the field, does not bring up a calendar to allow me to simply select a date. This would be a nice feature to have.
1 vote -
Join next line to current line.
This would be a small quality of life improvement in the User Interface. When editing SQL, it would be handy to move the contents of the following line to the existing line.
Example. Let's say the cursor is on line 8 and has an INNER JOIN table statement fragment on it. Line 9 has the ON part of the join condition. Pressing the keybind for "Join lines" would move up line 9 to the end of line 8 and move up all the following lines 10 through N to 9 through N.
I do realize this can be automatically managed…
1 vote -
Object Search/Find
in the drop down for the Database Connections that list the connections to sql server and databases, please give an option for search ALL. we use 4 sql servers with views that point back to other servers. (Linked Servers)
thx
1 vote
AdminDevart
(_, Devart)
responded
Could you please provide us a screenshot of where exactly you would like it to be present?
You can send a reply straight to our support system at supportATdevartDOTcom and alexaATdevartDOTcom
-
Quickly Update Source Schema
An option to quickly get the update script for a single table in the opposite direction. (From Target back to source). I need to get all changes done by other developers and some developers make changes to one of two different databases, and I need to merge changes to/from the two main databases.
3 votes -
1 vote
-
Event Profiler - filter directly from grid
Event Profiler:
Please add possibility to filter events directly from grid - simple RIGHT-CLICK on the cell, then [Include 'selected-value'], or [Exclude 'selected value'].
This funktionality like in the SysInternals ProcMon1 vote -
Sql formatter
The SQL formatter (CTRL+K CTRL+D) is great, but...
1. I can never remember how to get to the screen to change the options. I have already had the answer to where this is but every time I need to go back to it I can never find it. I think the menu for it isn't clear enough.
2. After every update of the product all my formatting options are lost. I am now sick of setting it up every time (because it is time consuming)1 vote -
Quick filter for Object Explorer
It seems to me that it would be convenient to quick filter or highlight objects in object explorer simply by typing (condition "contains" by default not only starting) or pressing the key combination. Thanx.
3 votes -
1 vote
-
hide dbo
Please provide an option to hide the "dbo." prefix in the Database explorer
6 votes -
1 vote
-
Auto close current connection immediataly after script has been completted
Now, it is uncomfortably to drop temporary tables manually when a script is restarted.
To avoid this problem I suggest to add settings to auto close current connection immediately after script has been completed
1 vote
- Don't see your idea?