Unexpected EOF encountered in BCP

后端 未结 8 1756
无人及你
无人及你 2020-12-30 11:43

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

8条回答
  •  失恋的感觉
    2020-12-30 12:06

    I every case that I have encountered this error, it ends up being an issue where the number of columns in the table do not the match the number of columns delimited in the text file. The easy way to confirm this is to load the text file into excel and compare the column count to that of the table.

提交回复
热议问题