I have one SSIS package deployed in INT and Dev environments respectively. Inside that package, I have one Data flow task that uses one OLEDB source and Script component (used as a destination) respectively.
OLEDB source component uses one stored procedure to generate the data.
Now the issue is:
If I execute the package in INT then I'm getting multiple output files in the shared path and if I execute the same package in Dev then I'm getting only one output file.
I have compared both the versions of stored procedure in INT and Dev and they are same!!
Not sure what exactly is the issue. Please advice