Multiple data sets in one query window
A nice feature in Microsoft SQL Server is the ability to see multiple data sets from queries in stacked windows. Currently only one query can be executed at a time and only display that one query's data set. It would be nice to be able to compare data by having multiple data sets appear at the bottom. Currently I have to open multiple browser windows to compare values and it can get a bit busy. It would be nice to compare 2 or more queries in the same window.
Select * from table 1 where id = 123
Select * from table 1 where id = 456
data set for id = 123
data set for id = 456
Zach Williams
Posted 2 years agoยทLast reply 2 years ago
1 comment
david-h
ยท2 years agoHi Zach,
did you try Notebook tab ?
David.