I have a DTSX package that pulls data from a fixed-length text file into a SQL table. When I run this package within Visual Studio, it loads great. All the data imports as expected. This is for SQL Server 2014.
However, I need to be able to run it from a command line. I have set up a batch file that calls the package.
The batch file runs just fine and data loads. However, some of the values in one of the columns comes in with a NULL value.
I can go back into Visual Studio and run the package and the data loads correctly.
Is there something to look at to determine why some values are coming in as NULL?
Thank you
Charles Allen Managing Consultant BKD Technologies