Hi,
What is a stored procedure? Why it is better than inline query?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Rohatash KumarPosted Aug 4, 2011, 5:13 AM
see our recommended articles section on the right side.
VulpesPosted Aug 3, 2011, 9:12 AM
Values can be returned : singly (usually integers), within output parameters, as result sets for each SELECT statement within the SP or as a global cursor.
Local variables can also be defined and used within an SP.