Executing Stored procedure in SQL server using BP
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
25-07-19 03:44 PM
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
------------------------------
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
26-07-19 06:38 AM
Try running GetCollection with following SQL Query
EXECUTE SPName @Param1='Param1', @Param2='Param2', @Param3='Param3'
------------------------------
Gopal Bhaire
Analyst
Accenture
------------------------------
