Home Forums Data Warehousing Integration Services How to log the source count , inserted count and updated count in to log table RE: How to log the source count , inserted count and updated count in to log table

  • Then it becomes very easy – use multiple Rowcount transformations to capture the counts in the DF and then write those variables out to your logging table using a subsequent ExecuteSQL task.