94 If table is empty then do full load otherwise do incremental in ssis

preview_player
Показать описание
If table is empty then do full load otherwise do incremental load in SSIS

Download the file\script used in the Video from below link

If table is empty then do full load otherwise do incremental load in SSIS
How is incremental loading done in SSIS?
What is full load and incremental load in SSIS?
How many ways we can do incremental load in SSIS?
What load mode is used for incremental load?

Happy Learning.

Рекомендации по теме
Комментарии
Автор

Hi Aqil, Thank you for video, It's very helpful.
I have a question, when to use WITH (NOLOCK) clause and when not?
Can we use WITH (NOLOCK) clause inside DFT Source SQL query?
If we won't use it, Is it impacts performance of SQL query?

deepakj
Автор

hi aqil i have been using merge join for incremental load to transfer 2 million records and i removed sorting and sorted the data through issorted to make it work fast and still its taking more time like 5 hours, is there any faster method, i have other databases which have 20 million records, so i need faster ways to do incrimental load can u suggest

jayakumarjk