Hi Gang,
I've got an SSIS package that performs a data import. What I'd like is to know how to setup an import package to output a "rows affected" type of report, listing new, updated and deleted records, instead of performing a secondary (programmatic) import, auditing each row.
I'm executing this package through a .Net app, so also getting the report back into the app could be good, although maybe a CSV or Excel report would do just as well.
Thanks.
I've got an SSIS package that performs a data import. What I'd like is to know how to setup an import package to output a "rows affected" type of report, listing new, updated and deleted records, instead of performing a secondary (programmatic) import, auditing each row.
I'm executing this package through a .Net app, so also getting the report back into the app could be good, although maybe a CSV or Excel report would do just as well.
Thanks.