Hi,

is there any way/option to see output of 2 sql queries in resultset? as It only shows output of first query only like below

select top 10* from table1
GO
select top 10* from table 2

Regards
Anuj

I don’t think this is supported. The closest you could get would be to write two queries and add their tables to a dashboard.

Thanks to confirm but this is really a required feature before restricting access from ssms…

Regards
Anuj

Sounds like Redash won’t work for your use case, then. It would be great to see this feature added.

yes as this very common query requirement to see multiple result set with in same window for different-2 parameter…

Regards
Anuj