SSIS Compare tables content and update another
问题 I would like to compare two tables, one from Access Mdb & one SQL server table is SSIS. The goal is to truncate the table if there is differences and fill it with MDB source and Update the version in another table. I am trying to do it through a lookup but the Version is incremented with the number of rows and it should be once. The operation needs to be performed with 2 different Tables. 回答1: How am I supposed to perform only once the update even if I have 10 No Match output rows ? SSIS