I need to create a procedure (NOT A DTS) to do a BULK INSERT of a text file which has a comma as a field delimiter and text fields with double-quotes as text qualifiers (some text fields have commas inside)
I can not find anywhere to specify that the data has text qualifiers of " in BULK INSERT
How can I do this without using DTS
I can not find anywhere to specify that the data has text qualifiers of " in BULK INSERT
How can I do this without using DTS