sql server - BCP pausing during upload - continues after ctrl-C -
i've been uploading tsql server bcp , upload intermittently stops. when know has stopped can press ctrl-c , carry on instead of cancelling upload. doesn't lose data, correct number of rows inserted. have idea why might happening? volume in millions , don't want babysit upload though uploads @ around 50,000 per second when functioning properly.
the command is:
bcp [server].[schema].[table] in "some.csv" -t -s [server name, port] -c f1 -t "¬" b 50000 -a65535 -h tablock
the same error occurs without -a65535 -h tablock
section there increase upload speeds.
thanks in advance!
it appears bcp pauses when click on it. seems happen when unattended haven't been able recreate scenario past 24 hours perhaps clicking error. appears powershell error clicking on shell interrupt program you're running.
odd
Comments
Post a Comment