问题
I created a SSIS to export to a csv file I don't wan't my SSIS to create an empty file if there is no data.
How can I achieve this ?
Thanks,
回答1:
Are you suggesting that when your project will create the CSV if there are no rows?
If that is the case - keep a row count.
If row count = 0 at the end the delete the file.
来源:https://stackoverflow.com/questions/37889054/prevent-ssis-for-creating-an-empty-csv-file-at-destination