Page 1 of 1

Remove trace data from Output Window

Posted: Thu 22 Jun 2017 17:43
by ori_g
I am running code from within Studio Ultimate that has a Print statement that I would like to copy from the output window.

So, for example, suppose I had the following lines of code:

Code: Select all

Print `Hello`;
Print `Good Bye';
I would like the output windows to simply have the lines:

Code: Select all

Hello
Good Bye
But, rather I'm also getting Trace data such as the name of the sql, etc, so my Output window looks something like:

Code: Select all

SQL.sql: Hello
SQL.sql: Good Bye
SQL.sql: DML succeeded [0.002s]
How can I remove the extra information and only show what I sent via the print statements?

Re: Remove trace data from Output Window

Posted: Tue 27 Jun 2017 08:34
by YuriP
Hello,

Unfortunately, dbForge Studio for SQL Server does not have such functionality.
We have included it in our roadmap and will release it in one of the future version.
We will notify you when this feature is released.

Best regards,
Yuri.