
October 26th, 2006, 11:14 PM
|
|
Registered User
|
|
Join Date: Oct 2006
Posts: 17
Time spent in forums: 57 m 17 sec
Reputation Power: 0
|
|
|
Tables Updation via SSIS
How to carry out updates in target tables based on updates in source tables.
Update of existing records in target tables should occur before insertion of new records both to match updates and inserts in source tables. How is this possible?
In source container we will give select statement to migrate newly inserted records from source and in target container, we will give update of target table based on source table updates. Which will take place first?
|