385 results found
-
Save remote server address or add flag "Save this server address"
Save remote server address or add flag "Save this server address" for choosing from "Server" dropdown when new connection is created
3 votes -
Allow export to new tab in dbforge
When exporting SQL, many times I want to open it and run it or parts of it inside dbforge. For that reason, and because I am used to it from SSMS, I would like to export to new query window.
3 votes -
Ability to View Server Logs
Provide the ability to view the SQL Server Logs
3 votes -
Create Guid
Add a new menu item "Set Value To" -> "New Guid" in context menu when clicking on a cell (if the cell is type of uniqueidentifier).
3 votes -
Keyboard assignments for "go to next/previous difference" right-click functions
Need a way to quickly move up and down a column of data rows to find data differences in the Different Records tab.
3 votes -
Ability to filter by schema in 'Generate Script" wizard
Provide a multiple select schema dropdown or list to filter ALL objects (tables, views, procedures, ...) in 'Generate Script' wizard automatically by the selected schema(s).
3 votes -
Retain rich text formatting when selecting and copying text to clipboard
When selecting SQL from a query or stored procedure, then Copying (Ctrl+C) and pasting into an email (rich text, like Outlook), it would be good to retain the rich text formatting when pasting text.
SSMS does this very nicely (with Outlook, anyway).
3 votes -
Intellisense for tables in tempdb
When joining, querying, or trying to expand table.* column names for a table in the tempdb database, Intellisense does not work even for tables that existed when starting dbForge.
It would be nice to be able to have that feature even if it meant manually adding the table to the Intellisense cache.
3 votes -
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 -
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 -
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 -
Filtered Views
Ability to create a Folder View that contains selected objects for ease of management. For example, if I'm working on an inventory process, I'd like to have all associated procs, tables, view, synonyms etc all be grouped under one folder for ease of access.. You would essentially create a filter for the "Folder View" or you can right click on each object and add it to that view. This new folder will show up in the object navigator.
This is a feature that was available on a product called PL/SQL Developer which I found to be extremely handy when I…
3 votes -
CSV - Support importing data that uses brackets for negative values into money fields.
It is fairly common in other tools/database (like Access for instance) for exported money or currency type fields to represent negative numbers by putting brackets around the value. Currently when such values are imported they give a truncation warning and put the value in as positive.
(10.00) should go in as -10.00 instead of giving a warning and going in as 10.00.
3 votes -
column totals
Show column totals (sum) or average at the bottom of the column. This would be great with a right click of the column header then click then click Group Footer then click Sum or Average
3 votes -
LinqPad-like Script Browser
LinqPad has one useful feature that could be used here in dbForge Studio too. It has a panel which shows folder structure of one specific scripts folder (configurable location). In this folder users can organize scripts into subfolders (projects). And by double-clicking on script in this panel you open the script. This folder can also be synced (via dropbox or other cloud drives) so you have same structure and scripts on multiple machines. This is a similar feature request as project workspaces. Could be easy to develop and would really help us who work on lots of projects and databases…
3 votes -
Filtering code completion
When you filter the objects in the Explorer->Tables view
It only logical that the auto completion in the Sql script would be filtered too.Maybe an option inside Options -> Code Completion -> "Use filtering on objects" would allow the user to select the desired flavor.
If you have that option selected, when you do a filter in object explorer, when you are writing a sql sentence autocompleting tables, it only shows tables with that particular filter.
Thank you.
3 votes -
It would be extremely helpful to have "tab groups" for open SQL scripts. It would be nice to help organize multiple scripts.
When working with multiple scripts, being able to further organize them in the editor panel would be helpful, especially as a DBA. Or, as an alternative to tab groups, perhaps a project panel where scripts can be organized into virtual folders for quick access could be added.
3 votes -
Default Retrieve Data Query
Add the ability to define the query executed on a Right-Click / Retrieve Data.
I use this feature frequently and always go in and edit the query to order by id desc. It would be nice to be able to override the standard select *.
3 votes -
I would like to see a "File -> Rename" command (like in Notepad++).
I would like to see a "File -> Rename" command (like in Notepad++).
3 votes -
Add filter for Data search
Add filter for data search.
Example: search for '1234' value in tables containing 'abcd' substring in table name and/or in fields having 'id' name only.3 votes
- Don't see your idea?