There have been a few posts on the SSIS MSDN Forum asking how one can create and use SQL Server temporary tables within SSIS packages. Temporary tables are tables that are created within a session and live for the life of that session or until all sessions
Read More...