Hi,
I'm new to SSIS. We are using SSIS 2005. I need to load the data from a excel to sql server table. If the table already have those data we have to redirect it to reject table having same structure for tracking purpose. I'm using lookup transformation. But existing records are not rejected properly. I'm having primary key on my table.
ex:
Main Table : tblemp
empid | firstname | lastname |
1 | Scott | tiger |
2 | Smith | Nike |
3 | David | Norman |
Table :tblrejct
Could you please help me on this.
Regards,
VG.