I'd like to be able to use "split batch" the same way for SQL Server as I can for postgresql. Currently, for SQL Server, the batch only splits on `GO` rather than `;`. Splitting on `GO` can also be useful, but I find myself wanting the split per statement more often than on batch. Perhaps there's a simple way to give users a choice between splitting on either, but I don't have a decent recommendation on the UI for that other than two options: "split by statement" and "split by batch".