• These are not the best ways likely, but a couple of ideas I have are:

    1) Use SSIS and a script component with a dataflow to add text qualifiers to your output columns.

    2) Query the table using For XML Path('') to create a xml output of the data.

    ----------------------------------------------------