Client Interfaces Guide > TIBCO SSIS Components for TDV > Using the SSIS Components
 
Using the SSIS Components
Reading and Writing TDV Data with the SSIS Components
Using the Source Component
Using the Source Component details how to add a source component to the package, including defining a connection manager and selecting a data access mode.
Using the Destination Component
Using the Destination Componentdetails how to add a destination component to the package, how to connect the source and destination components, and selecting data operations to be done with the source data.
Using the Lookup Component
Using the Lookup Component demonstrates how to perform data lookups on a specified set of columns from the source component in a lookup component.
Using the Execute SQL Task
Using the Execute SQL Task details the process for adding an Execute SQL task to your project and executing SQL queries directly.
Calling Stored Procedures
Calling Stored Procedures describes the process for executing stored procedures with a Script component.