SSIS 2017 :- How to remove duplicate records using SSIS package

In this post, I am going to remove the duplicates rows of the below table.
image
Step1 :- Drag and drop the Data Flow task to Control Flow.
image
Step 2:- Create a connection manager to conenct databse and test the connection
image
Step 3:- Double click on the Data flow task. Drag and drop the OLE DB Source to link the source table
image
Step 4:- Select The connection manager and source table.
image
Step 5:- Drag and drop the Sort componant and lisnk with OLE DB Source
image
Step 6:- Specify the colimn to sort from the source table
image
Step 7:- Drag and drop the OLE DB destination and link with Sort componant.
image
Step 8:- Go to mapping tab and link with columns of the destination table.
image
Step 9:- Save and Execute the package.
image
Step 10:- GO to the  table and write below script to view the data of the destination table.
image
Thank You !!!!
SSIS 2017 :- How to remove duplicate records using SSIS package SSIS 2017 :- How to remove duplicate records using SSIS package Reviewed by Pubudu Dewagama on 9:25:00 PM Rating: 5

No comments: