Open
Description
When executing a query, the results are shown in grid form. Sometimes it is more useful to have it as text, using spaces or commas. This is a configurable option in SSMS, which is great.
- SQL Operations Studio Version:
Preview 1
Steps to Reproduce:
Execute something like:
execute sp_helptext MyStoredProcHere
The results are given in the grid, but it would clearly make more sense as text.