Google News
logo
SSIS - Interview Questions
In SSIS, what are the variable types that can be created?
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.
Advertisement