delete records in the destination file in SSIS

  • How do I delete records in the destination file in SSIS using BI Development

    Studio? Thanks.

  • Why do you want to delete the records in the destination file, instead you don't have to port the unrequired data

    kapil

     

  • Because I am running a daily job to do the export to a xls file. But I don't want to append everyday. Instead I want to overwrite and I don't know how to overwrite. Therefore I think of delete before I export.

  • Hi, I think you have to delete and create again your xls file by a filesystem object script. Otherwise you can't access the existing xls rows.

  • I think there is a property that you can set on the export task to overwrite the file if it exists. This will effectively 'delete' the existing data in the Excel file.

  • Is the Filesystem object script in the SSIS? I tried to find the overwrite property but cannot find it. Can you please tell me where it is? It will be very helpful. Thanks.

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

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