How to suppress the drop/create message in results window

Discussion of open issues, suggestions and bugs regarding database management and development tools for SQL Server
Post Reply
MNI
Posts: 12
Joined: Thu 08 Sep 2016 11:39

How to suppress the drop/create message in results window

Post by MNI » Thu 30 Apr 2020 06:13

When I run a query that drops an object, say a view, it prints
DROP_VIEW - tmp.objectname in the results window
how do I suppress these messages, I can't find this setting anywhere

alexa

Re: How to suppress the drop/create message in results window

Post by alexa » Thu 30 Apr 2020 07:26

Could you please provide us a screenshot of dbForge taken at that moment?

You can try the following:
1. Select 'Tools -> Options...' from the main menu. The 'Options' window opens.
2. Navigate to the 'Environment -> Output' branch.
3. Unselect the 'Write queries sent by the program to the SQL Log' option.

You can send the reply straight to our support system at supportATdevartDOTcom.

Post Reply