Trying to import data into Azure. Created a text file in Management Studio 2005. I have tried both a comma and tab delimited text file.
BCP IN -c -t, -r\\n -U -S
If the file is tab-delimited then the command line flag for the column separator should be -t\t -t,
-t\t
-t,