393 results found
-
Need to be able to flag whether to jump to the grid or not after running a query
Need to be able to flag whether to jump to the grid or not after running a query.
What happens now with it jumping to the grid...something I don't think I've ever had in my head 'gee wish I could navigate the grid of data'...so now I have to pick up my mouse, put the focus back on the query area because...most of the time I am querying info and changing it.
Annoying enough, along with several other constant pain points, I am going back to SSMS.
1 vote -
"Unique key is missing" bug when editing
Using DbForge Studio for Sql Server Enterprise Edition 2025.3.107 (License Type: Perpetual) :
My table (FundDocument ) has a PK defined : FundDocumentId INT NOT NULL , unique.
1) When I run this T-Sql it shows the record normally without problems when I go into edit mode:
SELECT
*
FROM funddocument
WHERE FundDocumentId = 103741;2) But when I run this T-Sql it says "Unique key is missing" when I go into edit mode:
DECLARE @id INT = 103741;
SELECT
*
FROM funddocument
WHERE FundDocumentId = @id;1 vote -
Text insert with vertical ( HOLD ALT Select Column ) broken in version 2025.3.107
This worked in the version last version ( 7.x.x? ) of DB ForgeStudio for SQL SERVER prior to the 2025 series... How can I down grade until this is fixed?
Steps to reproduce.
- Place Vertical Bar in first column
- HOLD ALT KEY
- SELECT TEXT COLUMN UP
- <ERROR HERE> TYPE ANY CHARACTER ( {COMMA} " , " | {SINGLE QUOTE} " ' " )No text inserted
1 vote -
Right click on a view should give you the option to "Modify via SQL" the "Go to Definition" feature entirely fails with an OpenDataSource
Right click on a view should give you the option to "Modify via SQL" the "Go to Definition" feature entirely fails with an OpenDataSource.
1 vote -
Default column for datetime added getdate() as default.
It will not save that column. I get an error about the )
1 vote -
More options for sorting in List Members
In previous versions, custom snippets were in the first positions. This is not the case in the current version.
It would be nice to be able to choose in the settings what to sort the results by and the possibility to prioritize custom snippets to the first positions
1 vote -
Tab Labels should reflect something about the object, not fictitious filenames.
It would be a great help to have the tab labels show the name of the stored procedure or opened table instead of the fictitious filenames used now.
I often have a bunch of tabs open and have no way of knowing which is which unless I remember the order I opened them. Having the name of the object opened would allow me to know at a glance.
This would be most helpful with Stored Procedures and Functions.1 vote -
Results Grid truncates fractional seconds and ignores SQL Server datetime precision
Summary
Data grid does not display fractional seconds in the Results Grid according to the actual precision defined by SQL Server datetime datatypes. The grid appears to default to millisecond display regardless of the underlying column scale.Problem Description
SQL Server supports multiple datetime-related datatypes, each with well-defined precision and storage semantics:smalldatetime (minute precision)
datetime (fixed, ~3.33 ms increments)
datetime2(p) where p = 0 through 7
datetimeoffset(p) where p = 0 through 7
expressions such as AT TIME ZONE, which return datetimeoffset(7)In dbForge Studio for SQL Server version 2025.2.138, the Results Grid does not display fractional seconds based…
1 vote -
remote changes source control
For source control (GIT) at the remote changes tab add a ignore/delete option.
I started working with the database and deleted/renamed some stored procedures. When I detached and attached my source control (GIT) it wants to add the procedures which I have removed.
This is fine when someone else changed it, but now I specifically want to delete this procedures. When working with this I can add them again, to delete them afterwards, or I can delete them in the folder and check them in with GIT, bypassing dbForge.The easy solution would be to add a ignore/delete/keep local option…
1 vote -
Make it possible to seek on Connections in the SQL Servers area (On the left)
Would like to seek for Connection names on the left SQL Connections/servers names. We have 400-500 Serveres and it will make it a lot faster to find the connections.....
1 vote -
0 votes
-
0 votes
-
0 votes
-
Add schema comparison option to ignore CLR objects
Add an option to the Schema Compare feature to ignore CLR objects(CLR Type, CLR Procedure, CLR Function, Aggregate Function).
Note that the option shouldn't affect usual objects (Function, Procedure, User data type, User table type).
0 votes -
Duplicate query
I would like to see an option on tab context menu. Often I need to duplicate (clone) my query. So another useful option in context menu when clicking on Query Tab would be "Duplicate query" or something like that.
0 votes -
Schema/data comparison user interface
Hi. I'm currently evaluating studio for sql server. OK, i'm primarily interested in schema and data comparison but evaluating the whole studio product. Here's a couple of things which i think would be useful additions/modifications to the UI of the product(s) (schema and data comparison).
- The "recent files" section. I think it would be better if there was a "favorites" section above "recent files" and the user was able to choose whether he wishes to have the "recent files", "favorites" or both sections shown. Also, comparison projects could have an editable title so in the "favorites" section, one could see…
0 votes -
0 votes
-
Open schema/data comparison files
Opening a saved or recent file (schema or data comparison) should not start comparing directly but instead open the "Edit comparison" dialog in the Mapping tab, just in case the user wishes to change the items being compared. When using slow connections between servers, this would be very helpful. If you feel may users would not like such a change, it could be made configurable in the application options (a "Don't start comparison immediately when opening a comparison file" checkbox).
0 votes -
Ability to create schema from Database Explorer
Move the functionality of Security Manager to Database Explorer in order to access it in a more intuitive way.
0 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?