Forum Replies Created

Viewing 4 posts - 31 through 34 (of 34 total)

  • RE: PLz help to fix the error

    update dbo.[sample]

    set platform_id= 'REI', creation_dt= '2009-02-29'

    where Row_id between 144000 and 144100

    for this statement i got above error

    i am trying to insert values in the table for big table

    i am...

  • RE: Rows to Columns

    It is easy to use ssis. Use pivot transformation to do this.

    Get that table into particular source transformation and feed that output into sort transformation and then pivot transformation.

    In pivot...

  • RE: Rows to Columns

    It is easy to use ssis. Use pivot transformation to do this.

    Get that table into particular source transformation and feed that output into sort transformation and then pivot transformation.

    In pivot...

  • RE: Hi,small clarification............

    I searched these links before posting these question but i can't find exact answer to my question. In these link i can't find the answer why to sort before merge...

Viewing 4 posts - 31 through 34 (of 34 total)