390 results found
-
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 -
"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 -
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 -
Update SQL Server 2025 to Scripts Folder sync
Please update SQL Server 2025 to Scripts Folder sync. It currently doesn't work for the json data type or new functions, such as json_objectagg
3 votes -
search does not remember 'look in' settings
Search does not remember 'look in' settings. The default is 'all open documents' which causes user to jump out of document (quickly enough it's easy to miss) when practically every other editor there is defaults to current document.
This is a major issue when it comes to search/replace accidentally being triggered across documents which is almost never what you want to do.
Either allow the default to be changed or remember the previous setting.3 votes -
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 -
synonym
It would be great if in Database Explorer objects (i.e. tables/views/SPs/functions), the context menu contained an option "Generate Script As/Synonym", which would create a "create synonym" script for the selected object(s). That way, this script could be executed in another database to create synonyms to the original DB's objects.
1 vote -
Add option to disable drag and drop in text editor
In Tools, Options dialog on the Text Editor, Advanced tab, add a checkmark "Allow text to be dragged and dropped". See MS Word for an example on their Advanced options tab.
1 vote -
Easier Way to change the database category
It would be helpful to have an easier way to change the Category of a database other than in the Tool > Options menu as a server could contain a production database and a sandbox database for example. I suggest either adding it to the right click menu when right clicking on a database, or to the properties.
1 vote -
Block Selection in Editor with Paste is broken
When you do a Block Selection (ALT + Drag Mouse) to select a block of text then you paste into that, the results are corrupt.
I can provide video or pictures for additional Details.
1 vote -
Use your own key in the new AI assistant chat
I mean BYOK (Bring your own key). These can be useful if you have your own OpenAI or GitHub copilot keys, instead of paying -again- for another AI service.
6 votes -
Executing SQL with named parameters causes a dialog to show up asking for the parameters.
If I have the following SQL:
EXEC sp_rename @objname='ardbPcbRelatedGames.PcbRelatedGamesID', @newname='PcbRelatedGameID', @objtype='COLUMN'
A dialog will pop up asking for the values for @objname, @newname and @objtype. Those already have values provided and it doesn't need to ask me for them.
3 votes -
Allow me to customize what text is on a tab
Allow me to customize what text is on a tab. Currently it shows the name of the file.
I would like to be able to add the name of the server and the database, and eliminate the name of the file as I don't typically save the file.
I might have 10 tabs open connected to different servers and databases. So it's like playing a game of Where's Waldo trying to find the tab I want.
You could add a format string in the settings with something like:
Tab Text Format: {Server} - {Database} - {File}
In my case I…
2 votes -
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 -
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 -
"smart rename" to rename an object in database automatically and its reference and dependency
"smart rename" to rename an object in database automatically and its reference and dependency.
Just like competitive product "red-gate sql prompt" did.By the way , Devart DBforge Studio for SQL Server is very good and powerful IDE for me. I've bought a licsence.
Thank you and best wishes.
Happy New Year. ^_^4 votes -
Find results highlighted on scrollbar
In SSMS, when you search for a term, all locations of that term are highlighted on the scrollbar, making it easy to navigate to the locations of that term and to know where they appear in the file. In dbForge Studio, you can bookmark all, but that requires you to scroll through the entire document to find all instances and does not provide a complete picture of all of the places the term appears.
This is a very important feature that is missing for me as I rely on that heavily in SSMS. I would like to see similar functionality…
4 votes -
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 -
Create internal repository for saved SQL Queries
Instead of saving an
.sqlfile in a path, create a managed store with the following features:- Title, description - use AI to generate a suggestion for both fields
- Category and assiciated category management tool
- Extract and save any variables and target DB used by the query (to be used when recalling)
- Editing, deletion, importing and exporting of stored queries
- Recall stored queries with intelligent search functionality
- Dialog when recalling function that would prompt for confirmation or changes to target db, and variable values.
- recent and most used sorting in
Filemenu
6 votes -
history
Please move the Clear button for Query History from the main UI screen to be in the Options menu. In context, it seems like it is going to clear the search filters rather than wiping out the entire query history. It does warn you - but the history is so useful and important. Clearing it out should be a harder, more explicit step than just clicking twice. Not that I've done that... Multiple times...
3 votes
- Don't see your idea?