Parameters tab:
* It allows to manage the parameters in the package.
Event Handlers tab:
*It allows to work with event handlers like OnPostExecute, OnPreExecute, OnError,
OnProgress.
Package:
* Package is a collection of set of executables(or objects) that are used to implement
some business process.
* Every package ends with .dtsx extension.
Package Explorer tab:
* It allows to explore the objects in the package.
* Package contains the following objects:
1) Executables 2) Connection managers 3) Precedence Constraint 4)Parameters
5) Event handlers 6) variables 7) log providers
Example 1: Design the package to load the data from flat file into a table
1) Drag and drop data flow task into control flow tab and double click the task
2) Drag and drop flat file source and oledb destination onto flow tab and define connection managers
* It allows to manage the parameters in the package.
Event Handlers tab:
*It allows to work with event handlers like OnPostExecute, OnPreExecute, OnError,
OnProgress.
Package:
* Package is a collection of set of executables(or objects) that are used to implement
some business process.
* Every package ends with .dtsx extension.
Package Explorer tab:
* It allows to explore the objects in the package.
* Package contains the following objects:
1) Executables 2) Connection managers 3) Precedence Constraint 4)Parameters
5) Event handlers 6) variables 7) log providers
Example 1: Design the package to load the data from flat file into a table
1) Drag and drop data flow task into control flow tab and double click the task
2) Drag and drop flat file source and oledb destination onto flow tab and define connection managers
Comments
Post a Comment