Viewing post 1 (of 1 total)
Temp table will not exist outside of the stored proc when using #temp syntax, try ##temptablename, and use delete table at end of sp.
Read up on cursors and locking mechanisms,...
July 9, 2003 at 12:37 am
#464619