• Actually I need to export the data to excel file. Some the coulumns data have NULL values.

    I have used ISNULL function and wrote a below T-SQL statement, but getting 0 in place of NULL where as I am looking for a empty space

    Just wondering whether SQL does't support empty space

    or

    is there any other ways to get it done.

    Thank you.