For some weird reason I\'m having problems executing a bulk insert.
BULK INSERT customer_stg FROM \'C:\\Users\\Michael\\workspace\\pydb\\data\\andrew.out.txt\
I had the same problem SSIS 2012 and the solution was to use Windows Authentication. I was using SQL authentication with the sa user.