Configuring the tMSSqlSP component - 7.3

MSSql

Version
7.3
Language
English
Product
Talend Big Data
Talend Big Data Platform
Talend Data Fabric
Talend Data Integration
Talend Data Management Platform
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Studio
Content
Data Governance > Third-party systems > Database components (Integration) > MSSql components
Data Quality and Preparation > Third-party systems > Database components (Integration) > MSSql components
Design and Development > Third-party systems > Database components (Integration) > MSSql components
Last publication date
2024-02-21

Procedure

  1. Double-click tMSSqlSP to open its Basic settings view.
  2. Fill in the Host, Port, Schema, Database, Username, and Password fields with your MS SQL Server connection details.
  3. In the SP Name field, enter the name of the stored procedure to be used. In this example, it is QueryPerson.
  4. Click the [...] button next to Edit schema to open the schema editor.
    Click the button to copy all columns from the input schema to the output schema, and then click the [+] button in the right panel to add a new column person of the object type to hold the personal information to be retrieved from the database.
    Click OK to close the schema editor and accept the propagation prompted by the pop-up dialog box.
  5. In the Parameters area, click the [+] button to add three rows and select a schema column and its type for each row. In this example, the id and name columns are of type IN, and the person column is of type RECORD SET.