I have the SSIS package using the wizard on the Visual studio. It basically creates the table and import the data from another database.
How can I edit this package to do the following modifications?
1. I want it to skip the Create table part. I found a CREATE TABLE query and I just deleted it . Is that what I need to do?
2. I want it to delete the data in the destination table before insering the data . Where can I do this modification.
I have about 80-90 packages . If I can edit the existing packages to achieve what I need it will save me alot of time recreating it.
Thanks
How can I edit this package to do the following modifications?
1. I want it to skip the Create table part. I found a CREATE TABLE query and I just deleted it . Is that what I need to do?
2. I want it to delete the data in the destination table before insering the data . Where can I do this modification.
I have about 80-90 packages . If I can edit the existing packages to achieve what I need it will save me alot of time recreating it.
Thanks