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

Popular posts from this blog

What is Connection Mangers

What is Transformation? Explain Different Types of Transformations