J
Jerry
I have a typed dataset with a table schema which includes columns from
multiple sources. I have the final schema structure defined in the typed
dataset. I use a temporary table filled from a select statement and then
add the additional columns to the temporary table. At this point the
temporary table should match the typed table schema.
I was trying to find the most efficient way to fill the typed table with the
records from the temporary table. My original thought was to find a way to
simply lay the schema over the temporary table.
Is this somehow possible?
Regards
multiple sources. I have the final schema structure defined in the typed
dataset. I use a temporary table filled from a select statement and then
add the additional columns to the temporary table. At this point the
temporary table should match the typed table schema.
I was trying to find the most efficient way to fill the typed table with the
records from the temporary table. My original thought was to find a way to
simply lay the schema over the temporary table.
Is this somehow possible?
Regards