How to get update row count ?

  • Hi ,

    In my SSIS Package, Conditional split to get the new row and updated row.

    1-New RecordsISNULL(Equipment_Id)

    2-Update RecordsEquipment_Id > 0

    To insert new record I am using OLEDB Destination and for update OLEDB Command.

    My question is for UPDATE

    every time it will give the count of all record whos Equipment_Id > 0.

    how to get only the latest update record count.

    regards,

    Vipin jha

  • Hi Vipin

    Imho it's enough to add Row Count between Conditional Split and OLE DB Command,

    or you set has another condition in Update statement (OLE DB Command)w which limits

    number of updated rows.

    Regards

    Mike

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply