How insert Identity Value into Other column in Same Table

Отвечено How insert Identity Value into Other column in Same Table

  • Sonntag, 15. April 2012 03:56
     
     

    Hi

    Have a one SQL table in Target system With on identity column (Column1), Column2 and Column3(Column1+Column2) .

    Note:

    1.        Column3 is not a computed column.
    2.        If Column3 Values is null then only we have concatenate Column1+Columns2

    Column1        Column2     Column3 (Column1+Column2)

           1                       A                             1A (Getting NUL From Source)

           2                       B                             2B (Getting NUL From Source)

           3                    C                                CC (Column3 Value not null from source)

    I have to implement this situation in SSIS Package.

    Can any one put me in the right direction ?

Alle Antworten