I have a stored procedure which returns a Dataset(Table). How can I use the result of this stored procedure in a SELECT statement?
Dataset(Table)
SELECT
I need s
Create a table-valued user-defined function instead.