Hi everyone!
I have the following problem:
I have a SSIS package that watch over a folder, when a new file is created in that folder, the package use a Script Task to transform the file and then, it use 2 stored procedures to insert the data in 2 tables.
That package works just fine, when running it from BI Development Studio. I deploy the package and put it into SQL Server, and create a job to run the package. The package starts and run well, but after processing about 20 - 30 files, it goes down.
Any ideas about what´s happening there?