Use the 'Drop' task to drop (remove) any table that was previously imported as part of the current ETL project.
Often you will want to drop temporary tables that were only imported to facilitate other imports or other types of data manipulation. When no longer needed, they should be dropped to free up space in the resulting InMemory DB.
Comments
Please sign in to leave a comment.