Push Data into Stored Procedure in SQL

gLearn
gLearn New Altair Community Member
edited November 2024 in Community Q&A
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
Tagged:

Answers

  • kayman
    kayman New Altair Community Member
    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.