I have a report that has some creative data selection that needs to be done. As a result we populate a temp table that is of the TempDb type. After this first loop we ttscommit and then I need to do a Join against this temp table. So far all of my efforts result in a second instance of the TempDb being created and queried. Any thought or suggestions?