InterviewSolution
Saved Bookmarks
| 1. |
How Dac Determines The Order Of Task Execution Within An Execution Plan ? |
|
Answer» Based on tasks source/target table, TASK PHASE (extract dim, LOAD fact etc) and 'truncate always' properties, to run them in particular order, create task group. Based on tasks source/target table, Task phase (extract dim, load fact etc) and 'truncate always' properties, to run them in particular order, create task group. |
|