Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Staging table to Master table Load

Author  Topic 

learntsql

524 Posts

Posted - 2009-10-20 : 03:22:07
Hi,
I have a staging table and i have to load the data from staging table to master table on everyday only few columns.
I have to load only those rows which are either newly inserted,Deleted or Updated from last batch.
Master table should contain unique records.
Which SSIS transformation sholud i use.
or any alternative.

YellowBug
Aged Yak Warrior

616 Posts

Posted - 2009-10-20 : 04:20:46
Duplicate post: http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=134646
Go to Top of Page
   

- Advertisement -