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
Just an FYI that I encountered this same exact error and it turned out that my destination table contained one extra column than the DAT file!