Using temporary tables within the stored procedure
Posted by Thyagu on 11/14/06 07:54
Hi,
If one uses a temporary table/ table variable within a stored
procedure, will it use the compiled plan each time the stored procedure
is executed or will it recompile for each execution?