if i have a SQL SERVER 2008 Stored Procedure that return a table of result , is it possible to run a WHERE Clause to the result table with out editing the stored procedure itself ?
if i have a SQL SERVER 2008 Stored Procedure that return a table of
Share
Not directly.
Redirect the output to a temp table. Select and filter from that