I have created a stored Procedure which performs a couple of updates on a table, deletes some data and selects some colums from the updated column.
Now that i have created this procedure, I need to use it to join with another table. How do i specify so that i can later query the result of the stored procedure...
Now that i have created this procedure, I need to use it to join with another table. How do i specify so that i can later query the result of the stored procedure...