How to query on table returned by Stored procedure within a procedure.
- by Shantanu Gupta
I have a stored procedure that is performing some ddl dml operations.
It retrieves a data after processing data from CTE and cross apply and other such complex things.
Now this returns me a 4 tables which gets binded to various sources at frontend.
Now I want to use one of the table to further processing so as to get more usefull information from…