SQL
-
The Incremental Load by T-SQL
In most data warehouse scenario, we extract data from one or multi-source and load into our centralize destination. When it comes to load data, we have two methods, one is full load and the other is incremental Load. Today I m gonna post the basic method for incremental load in T-sql. Very useful and practical.… Continue reading
