EXEC sproc
wdevine
Posts: 4 Bronze 2
Hello,
I have a stored procedure that EXECs another stored procedure like this:
EXEC spRankDataSet @EntityId, @TypeID
But for some reason, the stored procedure that has this above code doesn't show the spRankDataSet stored procedure as a dependency.
Maybe I haven't set an option appropriately. Any help would be appreciated.
Thank you,
Bill
I have a stored procedure that EXECs another stored procedure like this:
EXEC spRankDataSet @EntityId, @TypeID
But for some reason, the stored procedure that has this above code doesn't show the spRankDataSet stored procedure as a dependency.
Maybe I haven't set an option appropriately. Any help would be appreciated.
Thank you,
Bill
Comments
This should definitely work. When you hover over this particular stored procedure, do you see something in a tooltip similar to 'NOT SHOWN:spRankDataSet '?
I've pasted a portion of the stored procedure below and how the EXEC call is being done. Let me know if you need any other information!
Can you script the spRankDataSet stored procedure as well?
Sorry I didn't get back to you quickly. I was travelling. Here's the spRankDataSet script that you asked for.
Also, if you'd like the whole db schema, give me an email you'd like it sent to.
Let me know if you need any other information.
Thank you,
Bill