Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)

  • RE: Upsert Dimension Table

    Hi, use Lookup transformation on SSIS data flow page with the referential table. It is possible to update in standard output flow or insert in configured error flow.

    Robert

  • RE: Practical Uses of PatIndex

    One of the biggest differences is in application to the text fields. The charindex is not working (only for first 8000) while the patindex is. It returns the position while...

Viewing 2 posts - 1 through 2 (of 2 total)