32 results found
-
Set Compatibility Level to SQL 2022 (160) on Edit Database Page
Right click on a database on a SQL Server 2022 Enterprise Edition Instance and select Edit Database. Switch to the Options tab. Select the Compatibility level dropdown, I am only seeing up to SQL Server 2019 (150) as options, I am missing the SQL Server 2022 (160) option and need to manually write the ALTER DATABASE statement to set it.
1 vote -
Schema added to properties when not required
Currently when I use Query designer the resulting query is expressed as:
SELECT Hygiene360Log.Hygiene360LogId, Hygiene360Log.RequestDate FROM dbo.Hygiene360Log
Where what I want is the minimum length of text to correctly identify tables and objects, like this:
SELECT Hygiene360LogId, RequestDate FROM Hygiene360Log
It's very annoying
3 votes -
It's not possible to remove object filter in scomp document
After searching for an object, if you clear the filter, data is not displayed
10 votes -
Crash when pasting tab-separated data
I have data in a text editor which is tab-separated. I copied one line from the text editor with 44 tab-separated integer values no higher than 788 to the clipboard. I then opened a table with 100 columns in edit mode, pressed insert to add a new row and pasted the copied line. The line looks fine at the moment (before sending crash report and restarting), i.e. the paste operation seams to work on the visual layer, but then the crash report showed up.
1 vote -
Ability to edit vertically selected text
I am using dbForge Studio 2019 Express. I can select text vertically but I can not edit it. In other editors, when I edit text, all rows are updated.
I suggest to copy this feature of Notepad ++ or SQL Server Management Studio.
1 vote -
Return back Ctrl+Shift
That combination is used to switch between Windows languages. In the latest update dbForge awaits pressing some additional key upon Ctrl+Shift. Because of this, the first letter is not printed after pressing Ctrl+Shift.
Let combinations with Ctrl+Shift to work only when these keys are hold down.
1 vote -
Fix Refresh in 5.5.369
Manual refresh appears to be broken in this version. This even includes doing an edit on a table and the script generated does not mirror the underlying table. Have repeatedly seen this.
1 vote -
Full text index sync order
When you sync the schema of a database that has a full text index in it and stored procedures that reference that index, you cannot sync the schema to an empty database in one step. You must do the tables and the index first, then the functions and procedures.
1 vote -
bug on current sql studio.
since the new version, quite often my sql queries execute fine, however the execution timer keeps ticking away and then the connection to the db breaks. The only way to get it back is reload the query or restart forge. very annoying.
1 vote -
dbForge Studio Database Documention can´t create "Depends On" or "Used By"
When dbforge Studio creates the Documention for a Database all "Depends On" and "Used By" refers are empty when the Database Name contains a "-".
6 votes -
dbForge Studio crashes after an extended period of being open ( memory leak most likely)
dbForge Studio crashes after an extended period of being open ( memory leak most likely) 5.4.275
1 vote -
Lost cursor after executing script
Lost cursor after executing script
1 vote -
Unable to fix bugs
I have reported a few bugs over the past few months, and although you are good at responding and looking into this there seems to be a few bugs that you can't seem to get right.
Upgrading. It is always painful. Links that you publish to download the upgrade don't work. There are always licencing/activation problems, etc. I upgraded yesterday as advised (having gone through the normal pain to find the right place to download), and everything seemed to work. Yet today I am asked to enter my activation key yet again. Why can't you just make the upgrade seamless?…
1 vote -
DB Forge crashing
Probably 2-3 times a day DB Forge crashed. Quite often it does this while i'm not even using it. All I get is the windows 'dbForge Studio for SQL Server has stopped working' dialog (the one which has the Debug and Close Program buttons). This has started happening after the last update
4 votes -
5.4.211 crashes upon schema synchronization
5.4.211 crashes upon schema synchronization
1 vote -
Mouse wheel does not scroll the Database Explorer tree list
I have a database server with many dozens of databases containing many hundreds of objects (tables, views, etc.) each. I use the mouse scroll wheel to scroll this list in MS SSMS and I would hope to be able to do this with dbForge Studio.
1 vote -
Autocomplete doesn't work if table belongs to schema and no alias or schema name used in join.
Example:
select *
from Schema1.Table1 join Schema1.Table2 on Table1.[AutoComplete doesn't show table fields]select *
from Schema1.Table1 T1 join Schema1.Table2 T2 on T1. [AutoComplete works properly]1 voteThis feature is implemented in dbForge SQL Complete, v5.6 https://www.devart.com/dbforge/sql/sqlcomplete/download.html
-
Sticky "Object has invalid source text and cannot be saved"
Often, when editing functions, and I try to save something with invalid syntax, I will get a pop-up with "Object has invalid source text and cannot be saved" instead of the useful list of errors with line numbers. (However, the product still often red-underlines a problematic portion in these cases.)
That annoyance is separately reported here:
However, sometimes, after getting this once, every successive save will fail with that error, even after the problem has been resolved. Copying and pasting into SSMS will verify that it is correct. Then closing and re-opening the function editor window will allow me…
4 votesThis issue is fixed in the latest version 5.4 https://www.devart.com/dbforge/sql/studio/download.html
-
Copy with column names doesn't paste correctly into Excel
Do any select, copy with column names. Paste into Excel. Data pastes properly, but column names do not.
3 votes -
buggy release
Am I the only one thinking the latest version of DB forge is still full of bugs?
2 votes
- Don't see your idea?