Is there a possibility to run many queries, that are not next to each other in the text editor in SSMS, at one time?
Assuming we have:
select * from tab1
select * from tab2
select * from tab3
the aim is to somehow mark only first and last selects and run them at the same time.