ssis 2005 writes the records in the excel file without the data from source.
I have a csv files as a source, the data from the csv file are checked in the tables, if it is not found then it is inserted into the destination excel file.
When there are no records coming from the source i.e. no new records coming from source, i get specific number of rows say 36 rows inserted into the destination which i have already cleared from all the tables.
From where this records will be coming? Will it be in cache of the procedure which does the look up ? or it will be one fault of the excel destination side.?
the job in production currently. ssis 2005, procedure then excel destination is the most the way path . thanks in advance.