I have data in the csv file similar to this:...Name,Age,Location,Score
"Bob, B",34,Boston,0
"Mike, M",76,Miami,678
"Rachel, R",17,Richmond,"1,234"
...While trying to BULK INSERT this data into a SQL Server table, I encountered two problems....If I use FIE...