Hi all,
I need to export data from a SQL Server 7.0 table into a .csv file and as one of the columns is varchar(6000), I am using the BCP command to do this.
However, I have some fields that also contain comma's within them so I'd like to enclose ALL string columns withing quotes, so that it is properly formatted.
I am trying to create reports, so I need the formatting to be correct.
Any idea's..?
Cheers,
Clive
I need to export data from a SQL Server 7.0 table into a .csv file and as one of the columns is varchar(6000), I am using the BCP command to do this.
However, I have some fields that also contain comma's within them so I'd like to enclose ALL string columns withing quotes, so that it is properly formatted.
I am trying to create reports, so I need the formatting to be correct.
Any idea's..?
Cheers,
Clive