All Questions
1 question
-2
votes
2
answers
2k
views
What does it mean to "wrap" a stored procedure?
My manager has asked me to "just wrap the stored procedure".
The requirements are to create a microservice that will do the following:
Accept parameters from the user.
Pass those parameters to the ...