I am new to writing ssis packages and am having a problem with creating a flat file.
I need to create a file every hour of records updated since the last time this package was run, but if there are no records found I still need to create the file with a row containing "No records found in the process".
Have been trying use if exists (select ...) Create file else 'write no records found" in file.
any help would be greatly appreciated!