Foreign Key constraint on alter table
Did this issue ever get fixed in newer versions? https://forums.devart.com/viewtopic.php?t=27851 Running into it again on version 7.0.158
Call Center BTN Syariah
Anda dapat menghubungi Customer Service BTN atau Contact Center BTN di 0818130286 atau WhatsApp +62818130286
SSMS 22.6.0 not supported
Just updated to the latest version of SSMS and am presented with a popup crash window for every tool individually.
What happened to promised SQL to LINQ .NET core conversion?
Our company has been a consistent customer for several years now and we keep requesting for a SQL to LINQ conversion (.NET 10 core) tool built into dbForge Studio for SQL Server. DevArt keep saying "yes" in the next version, but every year we pay licenses
Bug - Database Contexts Lost When dbForge Studio Restarted
1. Have tabs accessing various databases. 2. Quit dbForge Studio. 3. Launch dbForge Studio. Tabs are restored. 4. Run query in existing tab. Get "object not found error". 5. Change database via dropdown and then change again, selecting original database.
Feature Request - Ability to add multiple database contexts for AI Assistant
Many stored procedures access multiple databases. It would be very useful to be able to add multiple database contexts for AI Assistant. As it stands, switching the attached database in the middle of a chat session can result in the generation of dangerous
Feature Request - Smart INSERT statement constructor
It would be handy if we could generate a table insert script that listed only not-null fields with no defaults. So if a table had 20 fields but only 3 are not-null with no default values then only those 3 would appear in the INSERT INTO statement. Bonus
SQL Complete: Intellisence in SSMS 22.6 doesn't work against LocalDB databases
SQL Complete IntelliSense works okay against SQL Express on my machine, but connecting to LocalDB databases, the Intellisense doesn't work. If I enable Tracing and if I click "Refresh Suggestions" I see the following exception in the log - don't know
SSMS 22: Tab Coloring
After installing SSMS 22 (22.0.0+103.11205.157) and updating SQL Complete (v2025.3.61), all SQL Complete settings seemed to have copied over successfully and work as intended. The only feature that seems to not work is SQL Complete tab coloring. It was
SSMS Results Grid > copy as Excel format
The "Copy Data As" results grid options have been very useful for years, but one extra thing would still be super nice to have: "Copy As Excel". I'm sure everyone has seen issues with data types when copying directly from SSMS into Excel, often changing
v2025.3.149 on SSMS 22 — package loads successfully per ActivityLog but menu commands don't register
Product: dbForge SQL Complete v2025.3.149 IDE: SSMS 22 (instance 22.0_7322abfd), installed at C:\Program Files\Microsoft SQL Server Management Studio 22\Release\ Symptom: Extension installs and pkgdef is in ...\Release\Common7\IDE\Extensions\Devart\SqlComplete\.
dbForge Transaction Log Viewing non local disks
We have multiple servers including failover and AG groups. Is it possible for dbForge Transaction Log to read MDF,NDF,LDF files that are not on the local server (where the tool is installed). The connection manager is capable of connecting to network
Entity Developer 7.4 does not start.
My diagrams are not loading when I click the .efml file, nothing I do seems to work EXCEPT deleting and recreating the model completely via adding a new DevArt EFCore model. Doing that DOES manage to bring the diagram back. I am using Visual Studio 2026.
Can no longer see highlighted values in INSERT statement
SQL Complete used to have this great highlighting feature: https://www.devart.com/dbforge/sql/sqlcomplete/productivity-extension.html#highlight-columns-and-values The highlighted value/column was easy to see in the yellowish color. The feature is still
TUniStoredProc error after upgrade
Another issue has come up when converting from Unidac 8.4.3 and Delphi 10.4 to 11.0.0 and Delphi 13.0, connecting to a SQL Server database. Use a TUniStoredProc component that has design-time parameters & the stored procedure on the database creates a
Insert issue after upgrade
We recently upgraded from Unidac 8.4.3 to 11.0.0, with a corresponding Delphi upgrade from 10.4 to 13.0, that connect to a SQL Server database. We use a number of TUniQueries and TUniTables to insert records that no longer work after upgrading. The error
Data Conversion error after upgrade
Another issue has come up when converting from Unidac 8.4.3 and Delphi 10.4 to 11.0.0 and Delphi 13.0, connecting to a SQL Server database. Our database has several fields of datatype IMAGE, and according to Devart's documentation https://docs.devart.com/unidac/data_types.htm,
Weird Code Completion List Issue With Snippet Shortcuts
Open a new query tab and enter a snippet shortcut (ssf for example). ssf is no longer selected by default. Next, construct the query, hit Enter a couple times, and enter ssf again: The snippet is now correctly selected. Tested on two different computers
Feature Request - AI Generated Commit Comments
It'd be really useful if, after the objects to be committed are chosen in Source Control Manager, the AI Assistant could generate the commit comment.
SSMS 22 support
Do we have any plan for integrating SQL Complete into SQL Management Studio version 22 (SSMS 22)?
New AI Feature in dbForge Studio for SQL Server
Good start but a bit rough when actually using it, both in terms of UX and output. My first prompt, "Explain this query", resulted in a 500 internal server error. I figured out I had to include the query with the prompt but in these cases, Studio should
RowsAffected
Hi, Delphi 10. Firebird 3.x IBDAC using query like SELECT * From Chat and DLM Statements : INSERT INTO CHAT (ID, IDUSER, IDUSERTO, IDUSERFROM, DATETIME, MESSAGE, ISNEW) VALUES (:ID, :IDUSER, :IDUSERTO, :IDUSERFROM, :DATETIME, :MESSAGE, :ISNEW) Or UPDATE
Suggestions popping up when writing comments
Hi, I noticed a problem with typing comments that started sometime in 2025, I think, but I'm just now getting around to reporting it. If I start typing a comment block at the top of a query window with two dashes (--), then SQL Complete pops up the suggestion
Use Modern File Open Dialog
It'd be nice if dbForge Studio called the modern Windows File Open dialog box instead of the XP-era dialog box it calls now. Having easy access to pinned locations would be useful.
SSMS 21 Support
I'm starting to test SSMS 21. Is there a roadmap of when you might add support for SSMS 21?
IBDAC Firebird Prepare
Hello, i am confusing using Prepare when setting parameters, should i set the values before prepare or after : SQLQuery.Prepare; <-------------------HERE SQLQuery.ParamByName('Param').AsString := 'YourValue'; SQLQuery.Prepare; <------------------- OR
ERROR: FUNCTION 'SESSIONPROPERTY' is not supported.
Hi, Anyone had this error when trying to conect do a Microsoft Fabric instance? The endpoints works fina on Azure Data Studio and SSMS but i get this error on DBFORGE Studio for SQL Server
Feature Request - Object Bookmarks
It would be very useful to be able to bookmark objects in the Database Explorer. It can get tedious moving between different objects in different tables in different servers... It would be useful to be able to right-click and bookmark an object (table,
Test
test test
Virus scanner alarm - Trojan found
Hello, this morning I received an update message for the installed test version of SQLTools. After downloading the sqltoolsent.exe file from the download area at devart, I started the installation. Unfortunately, I received the following messages from
Changing any paramaters in a NEW unsaved stored procedure, cleaars all of the SQL code section
HI ! This is for DBForge studio 2025.1.134 It did the same thing in 1.124 as well. I thought I saw this posted already. I went looking for it but could not find it. so posting it here. If you create a new stored procedure, then go to the SQL code section
Schema Synch Wizard Re-Using File Names
When I launch a brand new schema compare I really, really, really don't expect the wizard to default the save script file name to the same name as what the prior compare (against different databases) used, thereby wiping out the saved script without any
Add related table lookup functionality to read-only mode
When the results of a query are in edit mode, clicking on a field which is a foreign key reveals a dropdown list of possible values from the primary key table. It's be nice if this feature could be extended to read-only mode so the related data can be
dbForgeSync@1 task issues
I am running an azure pipeline deployment where I take my Schema and Static data in Git, packing it using the dbForgePackage task and deploying it against a database using the dbForgeSync tool. My task looks like the following: - task: dbForgePackage@1
Sql Complete v2025.1.134 won't switch to express license
I updated to v2025.1.134 for SSMS 21 but somehow my Express license was reset and I'm now back in the "Enterprise" license trial mode. The previous solution of setting HKEY_CURRENT_USER\Software\Devart\dbForge SQL Complete\Activation\UseExpress to 1 isn't
Restoring Tabs After Restart Getting Worse
dbForge Studio for SQL Server 2025.1.124 seems to be noticeably worse at restoring tabs after a restart. I'm down to two sql tabs being restored from about the ten I had yesterday after a couple of restarts.
How can I get SQLComplete to format Table Check constraints?
I'm using SQLComplete version 2025.1.134 and have the following table definition: CREATE TABLE MyTable ( [Column1] INT NULL ,[Column2] INT NULL ,CONSTRAINT [CK_MyTable] CHECK ( ( (__Universe2HybridBenchmarkId IS NOT NULL AND __Universe2AccountBenchmarkId
dbForge Extented Event Profiler for SQL Server
I have downloaded the dbForge Event Profiler in the recent version 2025.1.134 and installed it. When the UI opens and you click on anything but nothing will work ..it hangs for a bit and nothing happens. not even the help menu is working. There is no
Many pages like Manual Product Activation ends in 404
Parts of your guides and information and website is broken. I often end up in a 404.. like on this: 3. Open the Manual Product Activation page of the Devart web site, and paste the copied text in the text box. Click Download license. The license file
UUID V4 and V7 are now available, Is it in DBForge ? If not, can it please be added
HI ! I see that UUID_V4 and UUID_V7 are now implemented in MariaDB v 11.7 (11.8.2 is the current release) https://mariadb.org/always-use-the-right-uuid/ Does DBForge have the ability to set the UUID as V4 or V7 in the table builder ? If not, can we get
Next Page