Pages

Men

rh

4/26/2012

SSIS Basic windows


Task List Window:
It shows narrative tasks that a developer can create descriptive purpose or as follow-up for later developer


Error List Window:
It shows warnings and errors that have been deleted in the packages.

Output Window:
It show results from most build or executive activities that occur in the BI development studio.

Call Stack Window:
It shows names of functions or tasks on the stack.

Break Point Window:
It show all of the break point set in the current project.

Command Window:
Use to execute command window.

Immediate window:
use to debug and evaluate expressions.

Auto Window:
It displays variables used in the current statement & the previous statement.''

Local Window:
Shows all of the local variables in the current scope.

Watch Window:
It allows you to add specific variables to the window that can be viewed as a Package execution tasks place.

Graph:
Each of the source destination flows with in the data flow task called as a Graph. A Graph may have multiple stage of transformations.


Container:
It is a logical construct that can hold other container or component are grouped together under the super container.

Executables:
A  Component that implements the necessary SSIS interface and so make its available for use with in SSIS.

Scope:
It refers to the visibility and usability of a variable to a piece of code.


No comments :

Post a Comment