Remove trace data from Output Window

Discussion of open issues, suggestions and bugs regarding database management and development tools for SQL Server
Post Reply
ori_g
Posts: 11
Joined: Thu 22 Jun 2017 17:26

Remove trace data from Output Window

Post by ori_g » Thu 22 Jun 2017 17:43

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?

YuriP
Posts: 15
Joined: Fri 27 May 2016 12:49
Location: Devart
Contact:

Re: Remove trace data from Output Window

Post by YuriP » Tue 27 Jun 2017 08:34

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.

Post Reply