InterviewSolution
Saved Bookmarks
| 1. |
In SSIS, what are the variable types that can be created? |
|
Answer» SSIS PERMITS the creation of TWO variable types- global and task-SPECIFIC variables. The scope of global variables is available for all TASKS of a specified process. The task-specific variables have scope specific to the task. |
|