hi,
i have two databases.now my requirment is to copy data of all my tables from one database to the other but the issue is that i have to copy on the bases of datefield available in one table.now let say i have to copy only those records where date year> 2010
i am fine with the copying data from that table where date is available but in other tables i just have the key of that parent table where date field is present.
now tell me who to create a single ssis which copy my data in appropriate way..........