384 results found
-
Multiple Database Connection for Each Environment
We are having 6 Databases for each Environment like Dev or QA or UAT or Prod. Also due to cost control, the customer wants to have the Dev, QA & UAT environment on the same Server.
I have access to all the Environments.
When I want to with UAT environment, I want to see only the 6 Databases that are associated with the UAT Environment. Currently it shows access to all the Databases.
I am the DBA and I want to make each connection with Name like UAT and only have 6 Databases selected.
Please add this feature.1 vote -
Request for Filter Condition in the Data Grid
Would like to have a filter condition in the Data Grid. Because:
1. We have about anywhere from 25+ to 200+ Column in a Table.
2. We have to navigate to the required column and then select the filter condition or write the SQL Statement.
3. But if we have something like below, the user can type the column name and provide the condition for the filter.
4. The name of the column is auto-populated as well.1 vote -
Rows affected not be summed up
When you do an insert and it fires a trigger, the rows affected returned is a lump sum. In SSMS, each row affected is a separate output. So for example, you would get the number of rows the 1st trigger caused and the the actual inserted rows in the prime table. Same applied to update and delete actions.
3 votes -
Option to choose where New Sql tab will open
A new preference to indicate whether the New Sql tab should to the furthermost right or left. Sometimes when you're working things out, you want to see the tabs in the progression of when you built in or just to know that the latest work is way to the right or left
1 vote -
13 votes
-
Provide a way to disable auto-commit mode.
When auto-commit is turned off, your DML is always embedded in a transaction, without a commit or a rollback. Then, make it clear that there is an open transaction, and provide a commit and a rollback button. Many other tools provide this important feature
2 votes -
Commit in Git
After making Commit several times in Git, dbForge Studio For SQL starts eating a lot of RAM
12 votes -
External datasource wizard for Azure
Azure doesn't support linked servers. It has an external data source feature instead. SSMS allows creation of a template. It would be great if dbForge Studio supported the same but with a wizard that would allow connection of an excel spreadsheet OR another Azure database on the same Azure elastic server.
1 vote -
Add Test mode for SQL
I used to work with Apex SQL where there was test mode. This is a very simple, but convenient feature. There was a button "Test Mode" beside the "Execute Script" button. The button had two states - pressed and unpressed. Clicking the button added two rows. "BEGIN TRANSACTION" was added at the beginning of the script and "ROLLBACK TRANSACTION" was added at the end. When unpressing the button, the two rows disappeared.
2 votes -
use the repository name as the folder name in sql source control
I have a standard folder on my laptop for source control files that gets backed up automatically. I've changed the default folder for source control in the settings but instead of using the repository name as the source folder, it's using a scrambled name.
can you make the software use the repository name instead of the random name so I know which database I'm looking at when looking in my source control folder?
3 votes -
refresh button when restore database
I need refresh button when restore database and browse folder, sometimes I forgot to extract the BAK files into folder.
In current release, I have to cancel the wizard, extract backup files, and start over the restore wizard.
If there is a REFRESH button in browse folder it make easier to restore, I just click the button and choose the backup file without start over the wizard.thanks
3 votes -
create custom folders to group connections in data explorer
It would be nice to be able to group connections to folders in Data Explorer.
Ablility to create folder structures in Data Explorer and move connections to different folder.29 votes -
Save comparison without running it
After running a data comparison, I want to edit the comparison and make some changes, then save the comparison... without having to re-run it first. This means being able to click "Save" while the "New Data Comparison" dialog is open before clicking "Compare".
1 vote -
Improve keyboard support
I click "New Data Comparison" (or "New Schema Comparison"), then ALT-W to open the "Database Connection Properties" dialog, then TAB to get into the "Server" input box. Once there, I type a part of the name of the server and the list of available servers works nicely!
It seems that I must use down DOWN ARROW to select the server from the list and press ENTER before I can get out.
However, if I type the entire server name, I can't get out of that box! Pressing TAB or ENTER does nothing.
1 vote -
Please add in the Database explorer frame a simple quick object search / filter
Please add in the Database explorer frame a simple quick object search / filter to so we can find quickly needed object. Thanks
2 votes -
Enable option to fix tabs
Enable option to fix tabs
1 vote -
Pewrmit override Alias name assignment during Query design when LONG table names prevent viewing of columns/fields in the columns window.
From a SSMS Query window execute a statement like:
CREATE TABLE #tempAllBin (ID Int);
Then, in your query designed, browse to the TempDB and locate the new temp table. It will have a name like: "#tempAllBins________________________________________________________________________________________________________000000090BC2".
Select this table name and drag it into the query designer window in your tool. - The length of the table name makes it impossible to view the column names in the column window, as well as a number of other complcations arising from the length of that table name. I see no way to assign a SHORTER ALIAS Name in your query designer…3 votes -
Tear off tab needs to account for the task bar on secondary monitors
On Windows 10, when you tear off a query window and drop it on a secondary monitor, it will cover up the task bar on that monitor when the window is maximized. If you put it on the main monitor and the main app on the secondary, then both windows will maximize properly and not cover the task bar.
2 votes -
6 votes
-
Custom Right-Click Scripts
Add the ability to create Custom Right-Click Scripts to perform on a given table from the Database Explorer window. Either under Truncate Table. Or as part of Generate Script As...
I frequently need Select count(*) from xxxxx as well as a few others. It'd be great if I could add my own!
3 votes
- Don't see your idea?