Excel destination overwritten data regularly

  • Hi i am new to ssis

    i created one package for loading data from oledb to excel file.

    i want to put it in job schedule which runs regularly.i want to over write the data every time.i worked a lot but i didnt find the solution.

    please suggest me or give me related links

    thanks

    srini.

  • I have the same problem.

    Thank you if you can help us.

  • Let Excel pull the data instead. Create your Excel workbook using external data, and set the Data Range Properties to Refresh data on file open. (Give your user select access to the source query on SQL Server.)

  • Make two excel file, one is template.xls and another is say destination.xls. Before transfer the data from oledb to destination.xls. Copy the template.xls to destination.xls by File system task

    then transfer record from data flow system

    Let me know if you need more detail

    Thanks

  • Thank u for your solution.

    🙂

    If someone know another method that overwrite the file each time the package is execute...

Viewing 5 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic. Login to reply