Data flow task executing successfully but not writing any rows to Excel file
I am working on SSIS package that is fetching data from SQL server and inserting into Excel file... in Data Flow Task i've used OLE Db source and Excel destination . After configuring OLE Db source i can preview the resulting row and even data flow task executing successfully without giving any error.. but not inserting any row.. Have you tried writing to a flat (text) file first to be certain that data's coming out of your data flow task and going into the results? Be absolutely sure that you've mapped the columns from the source to the target as well. Well fortunately i found the answer,I