Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Merge, Metadata and the Data Mart ETL

    Use:

    WHEN MATCHED AND '+REPLACE(REPLACE(C.UpdateColumns,'=',''),',',' OR ')+'

    Result:

    Tgt.[DateID]Src.[DateID] OR Tgt.[ProductID]Src.[ProductID] OR ...

    I think here the sign '<>' is omitted?

    h.e. Tgt.[DateID]<>Src.[DateID] OR Tgt.[ProductID]<>Src.[ProductID] OR ...

Viewing post 1 (of 1 total)