Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to read the rows returned from the stored procedure with the tDBSP component?

Hi, I'm a beginner with the Talend Open Studio for Data Integration tool, version 7.0.1.

 

I have a stored procedure developed in SQL Server that returns n rows.

How to read the rows returned from the stored procedure with the tDBSP component?

 

Thanks, Ana

Labels (1)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

3 Replies
Anonymous
Not applicable
Author

You can refer to the following images

 

Here is the shemas

0683p000009M51M.png

 

Here is the job

0683p000009M57E.png

 

I hope this will help

 

 

Anonymous
Not applicable
Author

Thanks @dgm01 ,

 

In my case I am using the Microsoft SQL Server database.

When I choose the Microsoft SQL Server Database the parameters change.

Do you have an example with SQL Server and the stored procedure with input parameters?

I tried to implement following your example, but when I inform "Type" = OUT, the component understands that it is a return parameter of the procedure.

 

Regards,

Ana

Anonymous
Not applicable
Author

Hi,

 

I was able to follow the example of this link:

 

https://help.talend.com/reader/V2ZZaxdS78HmPacuPcEwkw/_l7WigLwFFyngax3SVApNA

 

Thanks,

Ana