I am facing one issue while loading data from file to table. our field separator is "," but in text columns having "," in between data, IN BCp Command, How to pass text delimiter as " " to ignore comma between data ?
bcp test.dbo.table in "c:\sa.txt" -T -t, -c