BCP IN error : [Microsoft][SQL Server Native Client 10.0]Unexpected EOF
encountered in BCP data-file
BCP IN issue in SQL server 2008.
Trying to BCP in from .CSV to sql server 2008 table using batch script.
Not using any format file but used the delimiter pipe.
And also .CSV file consists of comma seperator when opened in the notepad++
Getting the below error:
BCP Output:
Starting copy...
SQLState = S1000, NativeError = 0
Error = [Microsoft][SQL Server Native Client 10.0]Unexpected EOF
encountered in BCP data-file
0 rows copied.
Network packet size (bytes): 4096
Clock Time (ms.) Total : 1
No comments:
Post a Comment