SQL Window Result in New Tab

I'd like to see the results from a SQL Window switch into a new "Results" tab within the same MDI window. This is something that Microsoft's SQL Server Management Studio does well and should be easy to implement. The advantages here should be obvious. Your code doesn't have to share window real estate with the results and your results don't have to share window real estate with your code.

Like Microsoft's SSMS, a preference option should be provided to configure whether the results tab is automatically switched to or not upon SQL execution at the user's discretion. I really dislike losing a large portion of my SQL coding window once I execute a query and the results are returned.
 
Back
Top