I have a Data Flow that simply reads a Flat File and execute a stored procedure per every line on the file. Every line contains comma separated fields. The stored procedure returns an output parameter that is later to be added to every line as a new field.
Therefore, I must write the same file I am reading. For some reason when I execute the Data Flow task, I get an error about file not accessed because was being used by another process. I've being doing some research on this matter, but no success so far. Any help in this regards will be really appreciated.