253 results found
-
cyclic automatic query refresh
A cyclic automatic query refresh should be possible. I'm a developer and like from time to time to observe my data. An idea is to have some buttons to <refresh every second>, <refresh every five seconds> and <refresh every 30 seconds>.
10 votes -
Recent Files
Clear Recent Files (All) and single item by click right button
10 votes -
Export Data multiple queries to single excel, pdf, html tables...
When you do multiple queries in a single SQL editor window, the results are tabbed down in the DATA window.
If you whant to export all of them to a single file (ex: excel2007), you have to export every single of them.And also if you add the requested feature of exporting the executed SQL sentence would be ÜBER! :)
10 votes -
Auto-refresh before editing a view or table
When right-clicking a view or table, please have SQL Studio do a background "refresh" of the view or table before opening the edit window so the user can be assured of getting the current code or view. If I don't remember to hit F5 or 'refresh' I get old, cached data which can be very confusing and frustrating.
9 votes -
Query Builder Union Support
hi guys
a simple UNION like
SELECT TOP 10 contactnumber FROM contacts c JOIN addresses a ON c.addressnumber = a.addressnumber
UNION
SELECT TOP 10 contactnumber FROM contacts c JOIN addresses a ON c.addressnumber = a.addressnumberwill create an error "1 Not unique table/alias: 'c' Query.sql".
It would be nice to see the querybuilder processing these kind of sql's.
kind regards
peter8 votes -
Vertical Guide Bar for Tabstops
Make an option for the editor to show vertical lines for each tab stop. On long scripts, I sometimes find myself putting a piece of paper up to the screen, which is of course silly.
It would be even better if the lines were distinguishable some way-- perhaps with a tiny number, or if you hovered over them, it could show a tooltip of the first few lines before the start of that indent.
8 votes -
Add properties dialog and shrink option
Simple feature missing from dbForge Studio SQL - DB properties dialog, so I cannot, for example, view size of DB.
Also - a related feature - database shrink option is not there. Shrinking whole DB and/or just transaction logs is a common task in our workflow, to save space on DB server, after a backup was restored.Both features are present in MS SQL Management Studio. If dbForge is to replace MS tool, it must have these two features.
8 votes -
Database Explorer - group connections by document category
It would be nice to have an ability to group our connections in Database Explorer by it's document category.
7 votes -
Have a count on the number of filtered records on the result grid
When analyzing data I often filter the result grid from a query to see how many records there based on certain conditions. The problem is that it doesn't show the number of records after the filter has happened. I then usually export to Excel and then count it that way which is not that productive.
7 votes -
When I execute a Query, if the Results are hidden, I would like them automatically shown
When I execute a Query, if the Results are hidden, I would like them automatically shown.
7 votes -
Save Query as Object
While designing a query user should have possibility to save Query as Object - Microsoft Access approach.
Then user comes back to this query and re-use: execute or modify.
This would be advantage for those projects where user operates with similar entities.
Use Scenario: I create a query "Active Users", save this query.
Then I write another query which uses entity "Active Users". In my new query designed I drag and drop existing query as Table and e.g. join real table with "Active Users" entity.7 votes -
column mode
It would be nice to have a "column mode selection" or "vertical selection", just like the one existing on "Sublime"
7 votesAdminDevart (_, Devart) respondedCould you please describe this in more detail and specify what functionality of dbForge it relates to? Screenshots would be also of help.
You can reply straight to our support system at supportATdevartDOTcom
-
The ability to save a set of scripts as a project or a solution.
Allow the grouping and saving of scripts into a project or solution. This would allow the grouping of related scripts into a single file set that can then be opened more easily. This would also allow a developer to more easily keep scripts related to a specific job synchronized and loaded.
For example, loading the Paycheck project will load all of the scripts related to the Paychecks task. Then, by loading the Employee project will switch out the scripts with the ones for the Employee task.
7 votes -
Customize TAB name in multi queries
On a multiple execution query, allow to customize the name of the results tabs, by default only shows the table name, useless if the tables are the same.
7 votes -
Include SQL text in data export
When exporting data to a spreadsheet, it would be nice if it would include the SQL that produced the data in a separate spreadsheet tab. Toad does this and it's a nice feature because if you produce data for someone and they later want the same data, you can just have them send you the spreadsheet so you can run the exact same query for them again.
6 votes -
hide dbo
Please provide an option to hide the "dbo." prefix in the Database explorer
6 votes -
6 votes
-
Ability to navigate forward and backword in SQL Editor like in Visual Studio
Ability to navigate forward and backward in SQL Editor like in Visual Studio
6 votes -
Save Window Layouts
The ability to save and restore different window layouts
6 votes -
Support Multiple Cursors like visual studio or sublime text
I can go into detail upon this being developed. Sublime Text (and to a lesser degree visual studio) support multiple cursor editing which is a tremendous boost in efficiency of coding. At this time Dbforge SQL Studio doesn't support this. Recommend adding this functionality.
6 votes
- Don't see your idea?