390 results found
-
Add filter for Object Search
Please add a filter to Object Search results like 'Display distinct names of objects only' (or similar),. That will help with searching objects (tables/views) that contain certain data, but not data itself. Say when I search for string 'rufhweirfi' in my a database, it returns me 4000+ rows from 58 tables, but I need only names of objects that contain such data. That would help with searching pairs master-detail in database that has no relationships for tables.
4 votes -
Quick SQL statement formatting for development IDE
I would like to have my current SQL query be copied to the clipboard and formatted for pasting in the Visual Studio IDE. Example:
Select * from MyTable
would get copied into the clipboard as:
String sSQL = "Select * from MyTable";Obviously larger statements are more complex.
3 votes -
Shortcut key for Parent Container in Database Explorer
In SSMS I can press backspace to navigate to the parent container. So i have a procedure selected, pressing backspace will take me to "programmability." One more and I am at the database level. From there I can quickly jump to tables, etc.
With hundreds of procedures I find myself scrolling for days just to get back to "tables"
1 vote -
Custom SQL commands and HotKeys like MS-SMS
Simple, i want to set custom command like "Ctrl+1" execute "sphelptext 'objectatcursorintexteditor'"
1 vote -
Database Diagrams only key columns
This is a critical documentation feature for many folks using Visio. If we could choose to ignore nonkey columns in display, the database documentation would be be a great alternative to manually mapping in visio.
2 votes -
Faster Way to Export Database Diagram
I'd like a hotkey option to copy database diagram to my chosen default format, like PNG. I'm currently having 3-4 steps to simply save the diagram as a PNG. I'd also like the option to COPY TO CLIPBOARD AS: PNG, JPEG, ETC.
One additional thought, attaching a comment to a table, not free floating. Kinda like a visio diagram. That would be nice for helping improve speed of documentation.
4 votes -
Database Diagram Foreign Key Improvements
The routed line that maps relationship of the table to the parent with a foreign key align the line drawn between them to the columns mapped, so that easy to visualize the exact FK column matching visually.
That an additional display option allowed. Instead of just CONSTRAINTS alone, offer a Foreign Key option. This pane at the bottom wouldn't be the name of the foreign key, but instead the myid - references Accounts(Id) This would make the documentation easier to use.
3 votes -
1 vote
-
Please, make it possible to connect MS SQL help in dbForge.
Please, make it possible to connect MS SQL help in dbForge. Following this improvement need to use sql server management studio completely disappear.
4 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 -
Theme Import from Visual Studio VSSETTINGS
Cannot import color scheme from visual studio vssettings or from corresponding sql complete export from ssms or visual studio. https://studiostyl.es/ offers a whole range of custom colors for code enviroment. I'd love the ability to import a color scheme without the needed to manually build item by item in the options menu currently offered in sql studio.
1 vote -
Keyboard Shortcut Missing: Delete Line
Standard shortcut in visual studio/ssms missing. LineDelete.
I currently map to shift+delete and it will delete the entire line the cursor is one. However, I cannot find a corresponding command to map in DbForge Studio15 votes -
default database
When click New SQL default to the database used last for the connection, do not default to the master database
3 votes -
Default Date Only on Datetime Picker for stored procedure parameters
When entering parameter values on a stored procedure of the type of datetime or smalldatetime the datetime picker defaults to the current time, but might better default to midnight or allow the user to quickly change the time to midnight (such as a button click) as it is too laborious to change all of the times to midnight, which I'd guess may be the most common usage for stored procedure/function datetime/smalldatetime entries (dates without the time).
3 votes -
Login Credentials for Internet Proxy
To look for and update dbFS requires internet access. Corporates often demand use of a proxy with login to open a path to the internet. I suggest that dbFS could at least present the login dialog box, and possibly remember my credentials for me when it strikes an internet proxy. This would allow the check for updates to work. Thanks
37 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 -
Don't resize results pane
It would be great if the results pane a consistent height rather than resizing to the take up all available space not used by the query. Sometimes you'll run a query that to get an idea of the type of data in a table but mean to expand on the query. With the current set up you have to resize the results window to write a multi line query after running the initial one line query.
3 votes
AdminDevart
(_, Devart)
responded
Please note that you can redirect the query result to the Data window:
1. Select ‘Tools → Options…’. The ‘Options’ window opens.
2. Navigate to the ‘Environment → Documents → SQL documents’ section.
3. Select ‘Redirect data to Data window if Data view is closed’. -
Generate Scripts Wizard Options
Generate Scripts Wizard should have another options (like those in Data Comparison) especially Ignore TIMESTAMP columns and Inculde/Exclude tables by mask.
1 vote -
Hide Relationships
Ability To Hide Relationships On A Diagram
4 votes -
Ability to designate connection as Production and define rules
I should be able to designate a connection as 'Production' and define rules as to which statements are allowed/disallowed.
Production will not allow any DELETE statements. UPDATE statements will need confirmation before they execute.
0 votes
- Don't see your idea?