Hi, I need your help to understand, how i can restrict output file size in SSIS ?. I am trying to export data from table into a flat file and I have one restriction,if file size reach to 10MB, SSIS should create new file with again max size of 10MB.
Hi, Thanks. I have found solution on here: http://midnightdba.itbookworm.com/SSISCreateFilesInForEachLoop/SSISCreateFilesInForEachLoop.html