Click here to Skip to main content
15,908,437 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello,

I want to immediate update destination table when records are changed in source table through SSIS package.

Note:
source and destination are sql server.

Please do needful ASAP... thanks a lot in advance.
Posted
Comments
CHill60 22-May-13 12:54pm    
You need to add some more information ... are both tables on the same instance of sql server, are they both in the same database? Have you considered using Triggers?

1 solution

Hello..
I have used Multicast, conditional split and lookup to solve the issue.

Thanks for response..
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900