Viewing 2 posts - 1 through 2 (of 2 total)
We had exactly the same issue on a customer database. It would spike on the DB, and when we imported the DB inhouse and ran the query, it completed in...
March 14, 2013 at 3:14 am
#1596881
Try adding the port with -S<server_name>,<port> in the BCP command
E.g. bcp <... commands ...> -Umyuser -Pmypwd -SmyServer,1434
August 17, 2010 at 8:15 am
#1207896