I have a stored procedure that does a select and returns 0 or more rows as a result.

How can I determine how many rows are returned from this stored procedure within another stored procedure?

thx