• I have a related question:

    In a stored procedure, is it better to create and later drop a "normal" table, instead of using a temp table?

    -- Stephen Cook