I created a BCP batch file to load a table. I've created the format file. I've populated the table successfully from dos-launched batch file.

When I created a bulkcopy DTS package I get this error:

SqlDumpExceptionHandler: Process 12 generated fatal exception c00000005 EXCEPTION_ACCESS_VIOLATION. SQL Server is terminating this process.

SQLAgentCmdExec is in System Administrators Server Role (is this suggested?)

I tried connection properties with NT/and SQL authentication, same results.

BTW. This erks me... because during the same login session I created 3 Bulk Copy tasks. All related files are in same directories. 2 out of three tasks work just fine. 1 does not... WHAT GIVES.... SQL services are both running in Local System context.