Push Data into Stored Procedure in SQL

gLearn
New Altair Community Member
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
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:
0
Answers
-
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.0