Forum Replies Created

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

  • RE: ETL Load Approach

    Thanks for your suggestion 🙂

  • RE: ETL Load Approach

    We are using SQL Server version 2005, Merge Statement is Not Supported.

    Please share if anybody has used the below approach for their ETL

    Begin Transaction

    Lock Table Sales

    EXEC sp_rename 'Sales', 'Sales_temp';

    EXEC sp_rename...

  • RE: ETL Load Approach

    Thanks for the reply. We are using SSIS Lookup transformation and OLEDB Command to update the records in the target table.

    The Size of the target table is 4o Lakhs currently....

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