query result tab question - can these be stacked?

Discussion of open issues, suggestions and bugs regarding database management and development tools for SQL Server
Post Reply
thecrumb
Posts: 1
Joined: Tue 08 Jul 2014 19:22

query result tab question - can these be stacked?

Post by thecrumb » Tue 08 Jul 2014 19:57

Is it possible if I have two queries in the SQL window - to get stacked results on top of each other instead of each resultset in a tab?

Stacked results makes comparing results of similar queries much easier...

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

Jim

alexa

Re: query result tab question - can these be stacked?

Post by alexa » Wed 09 Jul 2014 12:03

You can add a suggestion on our UserVoice forum where other users can vote for it http://devart.uservoice.com/forums/2251 ... rt-general

We collect and analyze the information from this forum in order to make a proper roadmap for future product releases.

BigTP25
Posts: 2
Joined: Thu 05 Jan 2017 20:51

Re: query result tab question - can these be stacked?

Post by BigTP25 » Thu 05 Jan 2017 20:53

I would second this request! The tabs are nice but for comparing result sets, its clunky.

Post Reply