In my envrionment not all the tables have datetime field that
indicates when the row is created or updated. Coming up a DW project
that will be implemented I would like to ask the community what kind
of techniques they use for Incremental data loading. There are some
tables that has over 20 million rows that I don't want to do full load.
John Bell - 30 Mar 2008 12:08 GMT
Hi
As you are on SQL 2005 you could use table partitions. Your exact solution
is very much dependent on the application and system you have for it's
design.
John
> In my envrionment not all the tables have datetime field that
> indicates when the row is created or updated. Coming up a DW project
> that will be implemented I would like to ask the community what kind
> of techniques they use for Incremental data loading. There are some
> tables that has over 20 million rows that I don't want to do full load.