I am fairly new to the SQL Server Management Studio. I just installed it running the first code. For me, the delimiter; is not separating the statements. As you can see in the picture attached, all the statements are grouped, and when I run any one of them all three run at the same time. See the window below for the run code result.
I have tried POP SQL, this doen't happen in it. Each time when I hit Run, only the potion where my cursor is the code until delimiter runs.
My question is - is there any setting to make the SSMS recognize the delimiter and in the outlining, not to group the statements separated by a ";" delimiter. Here all three codes are part of one group as only one outline. Normally, only the code until the delimiter is part of one outlined group.