cancel
Showing results for 
Search instead for 
Did you mean: 

How to call Stored procedure in SMP 2.3 ?

Former Member
0 Kudos

HI Experts,

I have stored procedure in SQL Server, in that i have Select query with WHERE Condition, how to call that procedure in SMP Application .

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

You can use the following syntax.

{CALL dbo.Storeproc_Name}

Jitendra_Kansal
Product and Topic Expert
Product and Topic Expert
0 Kudos

Do you want to create mbo from that stored procedure?  Not sure if this document helps you Example: Parameters and Stored Procedures