Viewing 3 posts - 1 through 3 (of 3 total)
Thanks for your suggestion 🙂
May 16, 2013 at 7:02 am
#1615754
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...
May 16, 2013 at 5:34 am
#1615709
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....
May 16, 2013 at 3:39 am
#1615666