cancel
Showing results for 
Search instead for 
Did you mean: 

Executing Stored procedure in SQL server using BP

Bhuvnesh_KumarG
Level 3
Hi,

We have a requirement to execute a stored procedure in SQL server using BP. We are able to configure and set connection with the SQL server. But we are not sure how to execute a stored procedure in SQL: server DB using BP. Our stored procedure accepts three inputs.

------------------------------
Bhuvnesh Kumar Gupta
Sr. Software Engineer
Xavient Information System
Asia/Kolkata
------------------------------
1 REPLY 1

GopalBhaire
Level 10

Try running GetCollection with following SQL Query

EXECUTE SPName @Param1='Param1', @Param2='Param2', @Param3='Param3'



------------------------------
Gopal Bhaire
Analyst
Accenture
------------------------------