In dbForge allow stacked query results in addition to tabbed
In dbForge - current query results are returned in tabs. It would be nice if you could 'stack' results. This is handy to compare data between two similar queries.
ie:
select * from a
select * from b
Currently I get
| A | B | (tabs)
Where I'd like to see
a.field1 | a.field2
b.field1 | b.field2
You could use the ‘Redirect Data to Output Window’ feature accessible on the ‘SQL’ toolbar and in the ‘Environment → Output’ branch of the ‘Options’ window.
-
Matt G commented
Im not seeing this option
-
Letitia commented
Is this still being considered as a feature? I am currently evaluating the tool and not being able to view results as stacked is a possible deal breaker for me.
-
Anonymous commented
I'm also a fan of stacked view. Is this already implemented in a newer version? That would convince me to renew my subscription. Thanks for your Repsonse.
-
Goran Genter commented
Also, Output window is not good for this, not as good as Grid View. For example, all data is formatted based on db types and their length. So something that is for example nvarchar(512) takes a lot space even if it is null.
-
Goran Genter commented
In that case it would be usefull that you add Plain Text view as addition to Grid and Card view.
I hope that you understand that Output window is not that practical to use. -
Goran Genter commented
I agree with this. This is the one of the few most annoying things in this otherwise awesome tool. I would also like to see it stacked, like in SQL Server Management Studio.
Sometimes it is really neccessary to see all results in one place.