I have a worktable that we use to store the merged/joined selections from other tables with a large volume of records (could be millions of rows). If I have an entity mapping for this table - is there a way to insert results into this table without pulling the data across to my context in the app? I would prefer to do this without handwriting the SQL (that's how it's done now).
A Stored Procedure is a consideration.
Thanks