Unable to edit a DML trigger

Discussion of open issues, suggestions and bugs regarding database management and development tools for SQL Server
Post Reply
MEngelbyDev
Posts: 33
Joined: Tue 06 Dec 2016 19:49

Unable to edit a DML trigger

Post by MEngelbyDev » Fri 03 Mar 2017 16:06

Either from the Database Explorer or the Triggers tab - Table Editor, when trying to edit a trigger an error dialog pops up with the message: "Database '<table name>' does not exist. Make sure that the name is entered correctly." Where <table name> is the name of the table. The schema is dbo. The trigger type is an AFTER INSERT.

Using version 5.4.215.

alexa

Re: Unable to edit a DML trigger

Post by alexa » Fri 03 Mar 2017 16:16

Please upgrade dbForge Studio for SQL Server to the latest build 5.4.257 https://www.devart.com/dbforge/sql/studio/download.html

MEngelbyDev
Posts: 33
Joined: Tue 06 Dec 2016 19:49

Re: Unable to edit a DML trigger

Post by MEngelbyDev » Fri 03 Mar 2017 16:27

I just noticed that this past 10 minutes. Editing a DML trigger works now. Thanks. :)

Post Reply