I have an SSIS package running from the SQL Server Agent which creates several CSV files in for each loop. It has been running with no problems for over a year but the problem seems to be a limit on how large the CSV file can be. As time goes by the file because larger and does not up date the CSV file. It does update the smaller CSV file but not the large ones. This package runs correctly from my computer in BIDS. I don't know really what the problems is or how I can fix it.
Any help will be greatly appreciated.