I’m currently taking an on-line course for Database administration. The question I am stuck on is below. I have gone through the entire lesson and have not found the answer, I’ve also looked around here and other websites. With no avail. So I was wondering if someone could help me out with this question?
Question:
Suppose your co-worker creates a stored procedure for you, but doesn’t tell you how to run it. How can you figure out which parameters the procedure uses?
execute this query below,
it will show you the parameters and the entire procedure how it was created.