Hi,
I have a SSIS Package that imports data from Excel into a database. Also, in SSMS i have a job that runs the package every 24 hours. The job fails when the Excel is empty ( It can be empty because it contains the updated records from a Share Point list, but for example in weekend the data is not updated).
How can i detect if the Excel file is empty or not? And if it's empty, to stop the running of the package, and if it's not empty to continue importing the data?
Any ideas?
Thank you!