Posts
Sort by recent activity
EXEC sproc
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...