sql server - Changed records since last export -


im trying figure out best way delta exports using ssis. have set of tables in database should exported set of files @ daily interval. have export new , altered records. in each table there field called lastedit holds date when record last edited (or created).

so initial thought have new table "id","jobname", "lastrun". whenever export table using ssis job, write date of run in table along job name. , next time have export data in table , find last run date , export records newer this.

im new ssis im thinking if best way or if there build in functionality doing this, or if have better design pattern this.

thanks in advance

ssis + change data capture designed this.


Comments

Popular posts from this blog

searchKeyword not working in AngularJS filter -

sequelize.js - Sequelize: sort by enum cases -

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -