ssis - how to remove duplicate record

nononame2021 261 Reputation points
2021-12-17T02:49:04.677+00:00

I want to load the data from excel into table, the table with 2 column, ID and name

how to remove the duplicate record ID+NAME by ssis

SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,702 questions
Developer technologies Transact-SQL
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. ZoeHui-MSFT 41,491 Reputation points
    2021-12-17T02:54:46.357+00:00

    Hi @nononame2021 ,

    Note that you have post several issues on Q&A, if the resolution is helpful, please Mark it as Answer so other user with similar problem could see this easier.

    This behavior could also encourage our experts to offer more help.

    To remove duplicates Rows, you may use Sort Transformation.

    Here is a detailed tutorial you may take a reference.

    removing-duplicates-rows-with-ssis-sort-transformation

    Regards,

    Zoe


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.