Home Forums SQL Server 7,2000 T-SQL How to inner join a result set from stored procedure without creating temp table RE: How to inner join a result set from stored procedure without creating temp table

  • Dumping it into a temp table isn't hard, but you could also consider using derived tables.  The derived table is calculated within your parenthesis.  I've included a link to a page for you to review.  http://www.sqlteam.com/article/using-derived-tables-to-calculate-aggregate-values