Options

Push Data into Stored Procedure in SQL

gLearngLearn Member Posts: 5 Newbie
Hi,

I have sample data with me to push into a stored procedure residing on SQL server, but I'm unable to see data when tried to push using Write Database operator.

Can you please suggest a way

Answers

  • Options
    kaymankayman Member Posts: 662 Unicorn
    To run stored procedures you can use the execute SQL operator and execute it as a query statement, if you have that one followed by a read database operator to validate applied changes it should work fine.
Sign In or Register to comment.