Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.

Push Data into Stored Procedure in SQL

gLearngLearn Member Posts: 5 Learner I
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

  • 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.