“BCP copy in failed” on tsv (no further error message info)
问题 Trying to use BCP utility on linux CentOS7 to copy tsv files into remote MSSQL Server DB (in a Windows Server 2012 machine), getting the curt error message that Starting copy... BCP copy in failed The BCP command in question is /opt/mssql-tools/bin/bcp "$TABLE" in $DATAFILES/part-m-00000 \ -S -D $SERVER_DSN \ -U $USER \ -P $PASSWORD \ -d $DB \ -c \ -t "\t" \ -e /home/me/projects/bcp-experiments/examples/recent-err-rows.log and the version is [me@mapr001 examples]$ bcp -v BCP - Bulk Copy