393 results found
-
Allow the renaming of table names when exporting data to Excel. Currently if the sheet name is over 31 Characters Excel generates errors
It would be really handy to be able to rename tables when they are exported to Excel as anything past 31 characters and Excel will generate an error. The SQL server Data Import/Export tool has the ability to do this and comes in very handy.
3 votes -
formating Value and Numbers in result of Query Like show numbers separated by separators
There is an option to change the way Date and Date-Time shown is the result of Query if you add other thing like show numbers separated by separators etc.
1 vote -
Auto re-draw causing loss of user specified relationship lines on diagraming tool
Fix issue with diagram tool auto redrawing relationship lines when tables are dropped and recreated with no changes to relationships from old to new tables.
Specifically I reverse engineered my tables into the database diagraming tool. Then painstakingly organized the tables then adjusted all the relationship lines so they take a short path and do not cross then saved the diagram.
When re-opening it everything is fine. But - if I ever drop and recreate the tables (e.g. with a script to change the schema) the diagram tool auto-redraws all the relationships and the diagram becomes a mess.
Please fix.…
1 vote -
car view width
Provide the ability to make card view width wider. As it stands now, any character fields more than 10 characters do not appear completely within the view which makes the view useless. The ability to drag the view wider or simly have a width setting in the general setting would solve the issue.
3 votes -
Stacked query results
Add an option to display output for multiple queries stacked instead of as individual tabs (see how this works in SSMS)
7 votes -
Existence logic needed for triggers
When a new trigger is created, the script tests for existence first. So if the trigger does not exist, it will not create it. It should not test for existence as it will never create the trigger. It's unnecessary to check the object's existence if the product is using CREATE OR ALTER trigger.
1 vote -
SQL Editor - add word wrap option
I would suggest that the possibility of having in the editor the features of "Word Wrap" and "Show visual glyphs for word wrap" as they exist in the editor of Visual Studio be added.
1 vote -
bug:Bug in table editing
SELECT * FROM BaseProfile A
JOIN BaseProfile_Trl A1 ON A.ID = A1.ID WHERE A1.id=20200215edit table:BaseProfileTrl,After editing one row of data, I found that the entire table got updated.
2 votes -
create schema
From the Database Explorer > DatabaseName > Security > Schema, be able to right-click and Create New Schema
1 vote -
Ability to Tag Database objects
Would be great to be able to tag certain objects and associate to a folder. For example, if i was working on a project that touched 8 table, 10 stored procedure and 5 views, I would tag each of those objects and associate to a folder/project.. This is essentially a custom filter that would group all the objects I'm working on for a particular project. Makes it easy to manage
3 votes -
Error on object permission
There is an error on list object permissions on Security Manager (on specific database or all server)
SQL Server: 2022 Enterprise Core
dbForge Studio for SQL Server: 6.4.73 votes -
modified
Column for Date Modified in Scheme Compare window
3 votes -
Generating Scripts with per table schema<->data selection
When selecting objects to script, there are global checkboxes for Schema and Data. I'd like to see two columns in the tree-list of objects, where I can individually mark a table for just schema or just data, or both (default)
2 votes -
Please make your window selection dialogs less useless.
The window selection dialogs have a Name and a Path column. You can resize the dialog to your heart's content, but it will not have any effect on the width of the Name. Which, if the window is displaying a DB object, will have the schema part of the name prepended. Which, if th. e schema part of the name is long enough to be useful, will cause the interesting part of the name to be truncated.
Provide an affordance that will allow users to resize the width of the Name column in the window selection dialog. Alternatively, provide a…
1 vote -
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 -
When I reformat the document it doesn't put Aliases, Table Names or Column Names in [] even though I have that option on.
When I reformat the document it doesn't put Aliases, Table Names or Column Names in [] even though I have that option on.
Formatting should enforce the rules I have in place. I want Table Names, Column Names, Aliases all enclosed in [].
2 votes -
formatting turn off
When I open an existing stored procedure or view with Modify menu item, dbForge studio formatting is automatically applied. Is there a way to prevent this?
3 votes -
DISTINCT and TOP formatting
EDIT: Apparently this editor doesn't support any formatting?
I want DISTINCT and TOP to line up with the first column not with SELECT.
So this:
SELECT
DISTINCT
TOP 100
t.[TraineeName]would be
SELECT
DISTINCT
TOP 100
t.[TraineeName]1 vote -
Add Spell Check to Column Names, Table Names, etc...
If I have column names or table names like
MyTabel, it should be able to split it apart at the capitalizations and tell me that Tabel is spelled incorrectly and offer suggestions on how to fix it.
Same goes for Table Names, Stored Procedure Names, etc...
1 vote -
More details on Warnings
I added new fields and moved them up, it gave me a warning of "The object requires rebuilding, this may result in the loss of some properties.". Is there a way to tell what properties those are or is it just an warning that might not even exist?
This feels like a CYA warning message. If I'm going to lose something, it would be nice for me to know what it thinks I'm going to lose.
1 vote
- Don't see your idea?