I am modifying a sql server 2005 stored procedure slightly for performance, and I would like to quickly make sure the old stored proc and the new one return the exact same r
create two temp tables, one for each procedure. run the procedure to insert rows into the appropriate table.
then select * from one MINUS select * from the other and visa-versa