Hi,
I'm working with MS SQL databases, and I prefer DBeaver over MS SQL Manager for it's usability.
However, some features of MS SQL Manager that I use frequently aren't available (yet) in DBeaver.
Example:
SELECT a, b FROM table_1
SELECT a, b FROM table_2
SELECT a, b FROM table_3
gives 3 results, in 3 windows (and annoyingly enough, one below the other, making the windows small and useless for comparing)
DBeaver just shows the last SELECT, where I'd expect DBeaver to display the result in 3 result-tabs.
Can you please incorporate this feature? It'd be a great time-saver!!!