TablePlus-Windows icon indicating copy to clipboard operation
TablePlus-Windows copied to clipboard

Only the First Result Is Displayed When Running Multiple Queries in MS SQL

Open promoos opened this issue 9 months ago • 0 comments

TablePlus Version 6.5.8(318) Microsoft Sql Server 2016

-- Queries: select * from A; select * from B;

When I execute “Run All” in MS SQL, only the result from A is displayed.

However, in MySQL, “Run All” shows both results.

I’ve tried changing the ResultViewMode to “Split” and “Append,” but the behavior remains the same.

[mssql - one reulst tab] Image

[mysql - two result tab] Image

promoos avatar May 28 '25 03:05 promoos