I have developed an SSIS package to create ZIP file in the particular location.I'm able to send email attachment of the ZIP file.Now, I wanted to do following:
If my file size is less then 1MB then send email with attachment; Else, send only email notification(no attachment).I wanted to make this configurable also.
So, I wanted to know, is there any way in SSIS, to check for the file size and do the necessary action??