Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 SSIS and Import/Export (2005)
 load only Delta data in the ODS

Author  Topic 

DSQL
Starting Member

6 Posts

Posted - 2008-08-23 : 01:01:04
Hi, everyone;

I have loaded one time ODS table in my first ETL now when the package process source file again How can I load only new data. Look like source data does not have any unique key. Any help would be great!:)

Thanks In Advance,

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2008-08-23 : 01:18:29
DO you have an audit column like datemodified? ideally you should be having one if you're planning for incremental data load to your ODS.
Go to Top of Page
   

- Advertisement -