I have a SP which returns some columns, each column name has space between them like
branch Code Branch Name (We are assigning alias in our SP)
Now while using fmtonly off I get the column name as returned by the SP, but when I set fmtonly to on it remove the spaces between Column name.
Is it possible to get the same column name returned by SP while setting fmtonly to on?
Thanks