Discussion:
SSIS package to use one source to several destinations in 1 table
(too old to reply)
Bill_Orova
2009-07-29 17:33:33 UTC
Permalink
Gurus:

is there a way to have a source column copied to several destination
columns in a single destination table using ssis

Wisord

*** Sent via Developersdex http://www.developersdex.com ***
Todd C
2009-07-29 18:57:01 UTC
Permalink
Yes, you will need to create a copy of the column with a new name. Best to
use a Derived Column Transform and then just assign the new column the same
datatype.

HTH
=====
Todd C
Post by Bill_Orova
is there a way to have a source column copied to several destination
columns in a single destination table using ssis
Wisord
*** Sent via Developersdex http://www.developersdex.com ***
Loading...