What is Variable? Explain Different types of Variables in SSIS
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.
Comments
Post a Comment